diff --git a/gromacs/version.py b/gromacs/version.py index da0aea3a..88c43475 100644 --- a/gromacs/version.py +++ b/gromacs/version.py @@ -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',)