We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0573377 commit 9d70cb9Copy full SHA for 9d70cb9
forcefield_utilities/__init__.py
@@ -1,3 +1,3 @@
1
from forcefield_utilities.xml_loader import FoyerFFs, GMSOFFs
2
3
-__version__ = "0.4.0"
+__version__ = "0.5.0"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.4.0
+current_version = 0.5.0
commit = True
4
tag = True
5
message = Bump to version {new_version}
0 commit comments