Skip to content

Commit

Permalink
Bump to version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed May 31, 2023
1 parent b2423a4 commit ee6c5eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
copyright = "2014-2020, Vanderbilt University"

# The short X.Y version
version = "0.11.3"
version = "0.12.0"
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 1 addition & 1 deletion foyer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from foyer.forcefield import Forcefield
from foyer.forcefields import forcefields

__version__ = "0.11.3"
__version__ = "0.12.0"

__all__ = ("Forcefield", "forcefields", "__version__")
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.3
current_version = 0.12.0
commit = True
tag = True
message = Bump to version {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages, setup

#####################################
VERSION = "0.11.3"
VERSION = "0.12.0"
ISRELEASED = True
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit ee6c5eb

Please sign in to comment.