Skip to content

Commit

Permalink
version bump to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Apr 23, 2019
1 parent 065e017 commit 2c1b4dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### master
#### v2.3.1 (2019-04-23)

_Added:_
- Added a keyword argument `low_q` to `customtune` to enable tuning with low Q-values (default: `low_q=False`).
Expand Down
2 changes: 1 addition & 1 deletion customxepr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

__author__ = 'Sam Schott <[email protected]>'
__year__ = str(time.localtime().tm_year)
__version__ = 'v2.3.0'
__version__ = 'v2.3.1'
__url__ = 'https://customxepr.readthedocs.io'


Expand Down

0 comments on commit 2c1b4dc

Please sign in to comment.