Merge branch release-2021
[alexxy/gromacs.git] / python_packaging / src / gmxapi / version.py
index f5dd6c33558b909d60cd003608ab0dd4004d9878..ae443a53772e88a12eebf707e8b2aeca0c313c90 100644 (file)
@@ -1,7 +1,7 @@
 #
 # This file is part of the GROMACS molecular simulation package.
 #
-# Copyright (c) 2019,2020, by the GROMACS development team, led by
+# Copyright (c) 2019,2020,2021, by the GROMACS development team, led by
 # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
 # and including many others, as listed in the AUTHORS file in the
 # top-level source directory and at http://www.gromacs.org.
@@ -72,7 +72,7 @@ from .exceptions import FeatureNotAvailableError
 _major = 0
 _minor = 3
 _micro = 0
-_suffix = 'b1'
+_suffix = ''
 
 # Reference https://www.python.org/dev/peps/pep-0440/
 # and https://packaging.pypa.io/en/latest/version/