Skip to content

Commit dd8ddd4

Browse files
Bump to version 0.1.1
1 parent f9cf2d3 commit dd8ddd4

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
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
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.1.0",
5+
version="0.1.1",
66
description="XML Conversion Utilities for MoSDeF ForceFields",
77
authors="Umesh Timalsina",
88
author_email="[email protected]",

0 commit comments

Comments
 (0)