Skip to content

Commit 23b4e77

Browse files
committed
Bump to version 1.0.1
1 parent 4f77a0d commit 23b4e77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
copyright = "2014-2020, Vanderbilt University"
3434

3535
# The short X.Y version
36-
version = "1.0.0"
36+
version = "1.0.1"
3737
# The full version, including alpha/beta/rc tags
3838
release = version
3939

foyer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
from foyer.forcefield import Forcefield
44
from foyer.forcefields import forcefields
55

6-
__version__ = "1.0.0"
6+
__version__ = "1.0.1"
77

88
__all__ = ("Forcefield", "forcefields", "__version__")

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55
message = Bump to version {new_version}

0 commit comments

Comments
 (0)