Skip to content

Commit

Permalink
Bump to version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Jun 27, 2022
1 parent 14ae8da commit 08b81ca
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 @@ -161,8 +161,8 @@
# built documents.
#

version = "0.14.2"
release = "0.14.2"
version = "0.15.0"
release = "0.15.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 @@ -10,4 +10,4 @@
from mbuild.port import Port
from mbuild.recipes import recipes

__version__ = "0.14.2"
__version__ = "0.15.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.14.2
current_version = 0.15.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.14.2"
VERSION = "0.15.0"
ISRELEASED = True
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit 08b81ca

Please sign in to comment.