Skip to content

Commit a7d386c

Browse files
committed
Bump to version 0.16.3
1 parent cea141e commit a7d386c

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

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

168168

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

mbuild/__init__.py

+1-1
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.2"
13+
__version__ = "0.16.3"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.2
2+
current_version = 0.16.3
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
@@ -17,7 +17,7 @@
1717

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

0 commit comments

Comments
 (0)