Mark gmxapi 0.3b1.
authorM. Eric Irrgang <ericirrgang@gmail.com>
Fri, 22 Oct 2021 10:35:40 +0000 (13:35 +0300)
committerJoe Jordan <ejjordan12@gmail.com>
Wed, 27 Oct 2021 12:16:50 +0000 (12:16 +0000)
python_packaging/src/gmxapi/version.py

index 7d4b7fa6393af1c0c51a035ffa6e095769e34017..87cd592237063b4a905a1bc3a9fc332526191bc3 100644 (file)
@@ -72,7 +72,7 @@ from .exceptions import FeatureNotAvailableError
 _major = 0
 _minor = 3
 _micro = 0
-_suffix = 'a5'
+_suffix = 'b1'
 
 # Reference https://www.python.org/dev/peps/pep-0440/
 # and https://packaging.pypa.io/en/latest/version/