From 2f086cec8bc935c9b30814606755d19532bd5322 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Thu, 23 Mar 2017 03:45:20 -0700 Subject: [PATCH] switched to release 0.6.2 --- gromacs/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',)