Skip to content

Commit 0e0f4d6

Browse files
committed
Bump to version 0.11.0
1 parent 8a6a809 commit 0e0f4d6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
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.10.0"
27-
release = "0.10.0"
26+
version = "0.11.0"
27+
release = "0.11.0"
2828

2929

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

gmso/__init__.py

Lines changed: 1 addition & 1 deletion
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.10.0"
18+
__version__ = "0.11.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.0
2+
current_version = 0.11.0
33
commit = True
44
tag = True
55
message = Bump to version {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44

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

0 commit comments

Comments
 (0)