Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed May 24, 2016
1 parent eb05b7c commit c014e27
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,5,0
#: 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 c014e27

Please sign in to comment.