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