Require pybind 2.6 from environment for gmxapi Python package extension module.
[alexxy/gromacs.git] / python_packaging / src / gmxapi / version.py
index 94a37af107702f5e11b749515d1db5eec03c50d5..7d4b7fa6393af1c0c51a035ffa6e095769e34017 100644 (file)
@@ -70,9 +70,9 @@ from .exceptions import FeatureNotAvailableError
 
 # TODO: Version management policy and procedures.
 _major = 0
-_minor = 2
+_minor = 3
 _micro = 0
-_suffix = ''
+_suffix = 'a5'
 
 # Reference https://www.python.org/dev/peps/pep-0440/
 # and https://packaging.pypa.io/en/latest/version/