We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71118d2 commit 18905d7Copy full SHA for 18905d7
constrainmol/__init__.py
@@ -1,7 +1,7 @@
1
from .constrainmol import ConstrainedMolecule
2
3
4
-__version__ = "0.0.0"
+__version__ = "0.1.0"
5
6
__all__ = [
7
"__version__",
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}
setup.py
@@ -6,7 +6,7 @@
"pyomo",
]
8
9
10
11
setup(
12
name="constrainmol",
0 commit comments