File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333copyright = "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
3838release = version
3939
Original file line number Diff line number Diff line change 33from foyer .forcefield import Forcefield
44from foyer .forcefields import forcefields
55
6- __version__ = "0.12.1 "
6+ __version__ = "1.0.0 "
77
88__all__ = ("Forcefield" , "forcefields" , "__version__" )
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.12.1
2+ current_version = 1.0.0
33commit = True
44tag = True
55message = Bump to version {new_version}
Original file line number Diff line number Diff line change 55from setuptools import find_packages , setup
66
77#####################################
8- VERSION = "0.12.1 "
8+ VERSION = "1.0.0 "
99ISRELEASED = True
1010if ISRELEASED :
1111 __version__ = VERSION
You can’t perform that action at this time.
0 commit comments