Merge branch 'origin/release-2021' into merge-2021-into-master
[alexxy/gromacs.git] / python_packaging / src / CMakeLists.txt
index c75549fc8213ba825f08154b882a04fb168982ff..1e82f3ba95a9ce5fb4ec8354513badec46914f9a 100644 (file)
@@ -55,7 +55,7 @@ set(CMAKE_OSX_ARCHITECTURES x86_64 CACHE STRING
 # Note that this is the gmxapi._gmxapi Python bindings package version,
 # not the C++ API version. It is not essential that it match the pure Python
 # package version, but is likely to do so.
-project(gmxapi VERSION 0.2.0)
+project(gmxapi VERSION 0.3.0)
 
 # Check if Python package is being built directly or via add_subdirectory
 set(GMXAPI_MASTER_PROJECT OFF)