Merge remote-tracking branch 'origin/release-2021' into merge-2021-into-master
[alexxy/gromacs.git] / python_packaging / src / setup.py
index b5826a16566451fe46c5c182a5eaaa3ae7a3ea46..025aea1c68199c4bef79eda3cd299083d90e225a 100644 (file)
@@ -87,7 +87,7 @@ exist in the same location (with different suffixes) only the first one will be
 used when guessing a toolchain, because setup.py does not know which corresponds
 to the gmxapi support library.
 
-If specifying GMXTOOLCHAINDIR and gmxapi_DIR, the tool chain directory must be 
+If specifying GMXTOOLCHAINDIR and gmxapi_DIR, the tool chain directory must be
 located within a subdirectory of gmxapi_DIR.
 
 Refer to project web site for complete documentation.
@@ -172,8 +172,8 @@ setup(
     name='gmxapi',
 
     # TODO: single-source version information (currently repeated in gmxapi/version.py and CMakeLists.txt)
-    version='0.2.2',
-    python_requires='>=3.6',
+    version='0.3.0a3',
+    python_requires='>=3.7',
     install_requires=['networkx>=2.0',
                       'numpy>=1'],