Skip to content

Commit 4b549a8

Browse files
committed
Bump to version 0.17.0
1 parent f50fb61 commit 4b549a8

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.4"
166-
release = "0.16.4"
165+
version = "0.17.0"
166+
release = "0.17.0"
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
@@ -11,4 +11,4 @@
1111
from mbuild.port import Port
1212
from mbuild.recipes import recipes
1313

14-
__version__ = "0.16.4"
14+
__version__ = "0.17.0"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.4
2+
current_version = 0.17.0
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.4"
20+
VERSION = "0.17.0"
2121
ISRELEASED = True
2222
if ISRELEASED:
2323
__version__ = VERSION

0 commit comments

Comments
 (0)