From f09aa14df2d757c51c194662ea61d19d160d000c Mon Sep 17 00:00:00 2001 From: Peter Eastman Date: Wed, 13 Nov 2024 15:35:40 -0800 Subject: [PATCH] Updated version number to 2.1 (#94) --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 13ad464..fd84846 100644 --- a/python/setup.py +++ b/python/setup.py @@ -26,7 +26,7 @@ ) setup(name='OpenMMPlumed', - version='2.0', + version='2.1', py_modules=['openmmplumed'], ext_modules=[extension], install_requires=['openmm', 'numpy']