Skip to content

Commit f5aa91b

Browse files
committed
Bump to version 0.10.0
1 parent 0d6fbbc commit f5aa91b

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 Quach, Ryan S. DeFever, Justin Gilmer"
2424

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

2929

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

gmso/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .core.pairpotential_type import PairPotentialType
1616
from .core.topology import Topology
1717

18-
__version__ = "0.9.1"
18+
__version__ = "0.10.0"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.1
2+
current_version = 0.10.0
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
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44

55
#####################################
6-
VERSION = "0.9.1"
6+
VERSION = "0.10.0"
77
ISRELEASED = False
88
if ISRELEASED:
99
__version__ = VERSION

0 commit comments

Comments
 (0)