Skip to content

Commit 810518a

Browse files
committed
Bump to version 0.18.0
1 parent a87a13a commit 810518a

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
@@ -157,8 +157,8 @@
157157
# built documents.
158158
#
159159

160-
version = "0.17.1"
161-
release = "0.17.1"
160+
version = "0.18.0"
161+
release = "0.18.0"
162162

163163

164164
# 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
@@ -11,4 +11,4 @@
1111
from mbuild.port import Port
1212
from mbuild.recipes import recipes
1313

14-
__version__ = "0.17.1"
14+
__version__ = "0.18.0"

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

0 commit comments

Comments
 (0)