Skip to content

Commit

Permalink
Bump to version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Sep 7, 2021
1 parent e96f4e7 commit 1f91c3e
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 = u"2014-2020, Vanderbilt University"

# The short X.Y version
version = "0.9.2"
version = "0.9.4"
# 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.9.2"
__version__ = "0.9.4"

__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.9.2
current_version = 0.9.4
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.9.2"
VERSION = "0.9.4"
ISRELEASED = True
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit 1f91c3e

Please sign in to comment.