Skip to content

Commit afcbbdb

Browse files
committed
Bump to version 0.2.2
1 parent 3fd4e16 commit afcbbdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

forcefield_utilities/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from forcefield_utilities.xml_loader import FoyerFFs, GMSOFFs
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55
message = Bump to version {new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="forcefield_utilities",
5-
version="0.2.1",
5+
version="0.2.2",
66
description="XML Conversion Utilities for MoSDeF ForceFields",
77
authors="Umesh Timalsina",
88
author_email="[email protected]",

0 commit comments

Comments
 (0)