Skip to content

Commit

Permalink
Bump to version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Aug 17, 2022
1 parent 76e8f20 commit 74d62b9
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 Quach, Ryan S. DeFever, Justin Gilmer"

# The full version, including alpha/beta/rc tags
version = "0.8.1"
release = "0.8.1"
version = "0.9.0"
release = "0.9.0"


# -- 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 @@ -15,4 +15,4 @@
from .core.pairpotential_type import PairPotentialType
from .core.topology import Topology

__version__ = "0.8.1"
__version__ = "0.9.0"
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.8.1
current_version = 0.9.0
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
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

#####################################
VERSION = "0.8.1"
VERSION = "0.9.0"
ISRELEASED = False
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit 74d62b9

Please sign in to comment.