Skip to content

Commit

Permalink
Bump to version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CalCraven committed May 10, 2024
1 parent 1da9a40 commit fe6796a
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.0"
release = "0.17.0"
version = "0.17.1"
release = "0.17.1"


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

0 comments on commit fe6796a

Please sign in to comment.