Skip to content

Commit

Permalink
Bump to version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CalCraven committed Jun 20, 2024
1 parent 444d9e1 commit 34cf646
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
author = "Matt Thompson, Alex Yang, Ray Matsumoto, Parashara Shamaprasad, Umesh Timalsina, Co D. Quach, Ryan S. DeFever, Justin Gilmer"

# The full version, including alpha/beta/rc tags
version = "0.12.1"
release = "0.12.1"
version = "0.12.2"
release = "0.12.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gmso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from .core.pairpotential_type import PairPotentialType
from .core.topology import Topology

__version__ = "0.12.1"
__version__ = "0.12.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.1
current_version = 0.12.2
commit = True
tag = True
message = Bump to version {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

#####################################
VERSION = "0.12.1"
VERSION = "0.12.2"
ISRELEASED = False
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit 34cf646

Please sign in to comment.