Skip to content

Commit c014e27

Browse files
committed
release 0.5.0
1 parent eb05b7c commit c014e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gromacs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
VERSION = 0,5,0
99
#: Set to ``True`` for a release. If set to ``False`` then the patch level
1010
#: will have the suffix "-dev".
11-
RELEASE = False
11+
RELEASE = True
1212
if not RELEASE:
1313
VERSION = VERSION[:2] + (str(VERSION[2]) + '-dev',)
1414

0 commit comments

Comments
 (0)