Skip to content

Commit bec1a62

Browse files
committed
Bump to version 1.0.0
1 parent 30c6d3d commit bec1a62

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.12.1"
36+
version = "1.0.0"
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__ = "0.12.1"
6+
__version__ = "1.0.0"
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 = 0.12.1
2+
current_version = 1.0.0
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.12.1"
8+
VERSION = "1.0.0"
99
ISRELEASED = True
1010
if ISRELEASED:
1111
__version__ = VERSION

0 commit comments

Comments
 (0)