Allow gmxapi Python package to build with all 2021 releases.
[alexxy/gromacs.git] / python_packaging / src / setup.py
index 254b37302927446a253ca34b612a498b42c4be04..b5826a16566451fe46c5c182a5eaaa3ae7a3ea46 100644 (file)
@@ -172,7 +172,7 @@ setup(
     name='gmxapi',
 
     # TODO: single-source version information (currently repeated in gmxapi/version.py and CMakeLists.txt)
-    version='0.2.1',
+    version='0.2.2',
     python_requires='>=3.6',
     install_requires=['networkx>=2.0',
                       'numpy>=1'],