Skip to content

Commit 72f4208

Browse files
committed
Bump to version 0.12.4
1 parent 6b18346 commit 72f4208

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
author = "Matt Thompson, Alex Yang, Ray Matsumoto, Parashara Shamaprasad, Umesh Timalsina, Co D. Quach, Ryan S. DeFever, Justin Gilmer"
2424

2525
# The full version, including alpha/beta/rc tags
26-
version = "0.12.3"
27-
release = "0.12.3"
26+
version = "0.12.4"
27+
release = "0.12.4"
2828

2929

3030
# -- General configuration ---------------------------------------------------

gmso/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from .core.pairpotential_type import PairPotentialType
1818
from .core.topology import Topology
1919

20-
__version__ = "0.12.3"
20+
__version__ = "0.12.4"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.3
2+
current_version = 0.12.4
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
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
#####################################
4-
VERSION = "0.12.3"
4+
VERSION = "0.12.4"
55
ISRELEASED = False
66
if ISRELEASED:
77
__version__ = VERSION

0 commit comments

Comments
 (0)