Skip to content

Commit

Permalink
Bump to version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CalCraven committed Aug 22, 2024
1 parent a87a13a commit 810518a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
# built documents.
#

version = "0.17.1"
release = "0.17.1"
version = "0.18.0"
release = "0.18.0"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion mbuild/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from mbuild.port import Port
from mbuild.recipes import recipes

__version__ = "0.17.1"
__version__ = "0.18.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.1
current_version = 0.18.0
commit = True
tag = True
message = Bump to version {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#####################################
NAME = "mbuild"
VERSION = "0.17.1"
VERSION = "0.18.0"
ISRELEASED = True
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit 810518a

Please sign in to comment.