We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f77a0d commit 23b4e77Copy full SHA for 23b4e77
docs/source/conf.py
@@ -33,7 +33,7 @@
33
copyright = "2014-2020, Vanderbilt University"
34
35
# The short X.Y version
36
-version = "1.0.0"
+version = "1.0.1"
37
# The full version, including alpha/beta/rc tags
38
release = version
39
foyer/__init__.py
@@ -3,6 +3,6 @@
3
from foyer.forcefield import Forcefield
4
from foyer.forcefields import forcefields
5
6
-__version__ = "1.0.0"
+__version__ = "1.0.1"
7
8
__all__ = ("Forcefield", "forcefields", "__version__")
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.0.1
commit = True
tag = True
message = Bump to version {new_version}
0 commit comments