Skip to content

Commit

Permalink
Bump to version 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Jul 8, 2023
1 parent cea141e commit a7d386c
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 @@ -162,8 +162,8 @@
# built documents.
#

version = "0.16.2"
release = "0.16.2"
version = "0.16.3"
release = "0.16.3"


# 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.16.2"
__version__ = "0.16.3"
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.16.2
current_version = 0.16.3
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.16.2"
VERSION = "0.16.3"
ISRELEASED = True
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit a7d386c

Please sign in to comment.