Skip to content

Commit 25a5fac

Browse files
committed
Bump to version 0.11.2
1 parent 3194bbc commit 25a5fac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 = "0.11.1"
36+
version = "0.11.2"
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
@@ -2,6 +2,6 @@
22
from foyer.forcefield import Forcefield
33
from foyer.forcefields import forcefields
44

5-
__version__ = "0.11.1"
5+
__version__ = "0.11.2"
66

77
__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 = 0.11.1
2+
current_version = 0.11.2
33
commit = True
44
tag = True
55
message = Bump to version {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import find_packages, setup
66

77
#####################################
8-
VERSION = "0.11.1"
8+
VERSION = "0.11.2"
99
ISRELEASED = True
1010
if ISRELEASED:
1111
__version__ = VERSION

0 commit comments

Comments
 (0)