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