Skip to content

Commit

Permalink
switched to release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Mar 23, 2017
1 parent 5681e58 commit 2f086ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gromacs/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
VERSION = 0,6,2
#: Set to ``True`` for a release. If set to ``False`` then the patch level
#: will have the suffix "-dev".
RELEASE = False
RELEASE = True
if not RELEASE:
VERSION = VERSION[:2] + (str(VERSION[2]) + '-dev',)

Expand Down

0 comments on commit 2f086ce

Please sign in to comment.