diff --git a/constrainmol/__init__.py b/constrainmol/__init__.py index 9418232..30f2651 100644 --- a/constrainmol/__init__.py +++ b/constrainmol/__init__.py @@ -1,7 +1,7 @@ from .constrainmol import ConstrainedMolecule -__version__ = "0.0.0" +__version__ = "0.1.0" __all__ = [ "__version__", diff --git a/setup.cfg b/setup.cfg index 441cc2e..80822e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.1.0 commit = True tag = True message = Bump to version {new_version} diff --git a/setup.py b/setup.py index f21be87..d1b4233 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ "pyomo", ] -__version__ = "0.0.0" +__version__ = "0.1.0" setup( name="constrainmol",