Skip to content

Commit 9d7367f

Browse files
committed
Bump to version 0.16.4
1 parent 1cf9df9 commit 9d7367f

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

165-
version = "0.16.3"
166-
release = "0.16.3"
165+
version = "0.16.4"
166+
release = "0.16.4"
167167

168168

169169
# 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.3"
13+
__version__ = "0.16.4"

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.3
2+
current_version = 0.16.4
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.3"
20+
VERSION = "0.16.4"
2121
ISRELEASED = True
2222
if ISRELEASED:
2323
__version__ = VERSION

0 commit comments

Comments
 (0)