Skip to content

Commit fa207fb

Browse files
committed
Bump to version 0.16.1
1 parent 7da0c05 commit fa207fb

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
@@ -161,8 +161,8 @@
161161
# built documents.
162162
#
163163

164-
version = "0.16.0"
165-
release = "0.16.0"
164+
version = "0.16.1"
165+
release = "0.16.1"
166166

167167

168168
# 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
@@ -10,4 +10,4 @@
1010
from mbuild.port import Port
1111
from mbuild.recipes import recipes
1212

13-
__version__ = "0.16.0"
13+
__version__ = "0.16.1"

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.16.0
2+
current_version = 0.16.1
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
@@ -17,7 +17,7 @@
1717

1818
#####################################
1919
NAME = "mbuild"
20-
VERSION = "0.16.0"
20+
VERSION = "0.16.1"
2121
ISRELEASED = True
2222
if ISRELEASED:
2323
__version__ = VERSION

0 commit comments

Comments
 (0)