Skip to content

Commit 87c35ad

Browse files
committed
Bump to version 0.10.10
1 parent f7f7e58 commit 87c35ad

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
@@ -144,8 +144,8 @@
144144
# built documents.
145145
#
146146

147-
version = '0.10.9'
148-
release = '0.10.9'
147+
version = '0.10.10'
148+
release = '0.10.10'
149149

150150

151151
# The language for content autogenerated by Sphinx. Refer to documentation

mbuild/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from mbuild.port import Port
99
from mbuild.lattice import Lattice
1010
from mbuild.recipes import recipes
11-
__version__ = '0.10.9'
11+
__version__ = '0.10.10'

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.9
2+
current_version = 0.10.10
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
@@ -16,7 +16,7 @@
1616

1717
#####################################
1818
NAME = 'mbuild'
19-
VERSION = "0.10.9"
19+
VERSION = "0.10.10"
2020
ISRELEASED = True
2121
if ISRELEASED:
2222
__version__ = VERSION

0 commit comments

Comments
 (0)