From eb0ce731cf70a83dc449eb6cf481470715223f20 Mon Sep 17 00:00:00 2001 From: Co Quach Date: Tue, 23 Aug 2022 10:54:20 -0500 Subject: [PATCH] Bump to version 0.15.1 --- docs/conf.py | 4 ++-- mbuild/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f375e2b57..e26d63aca 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -161,8 +161,8 @@ # built documents. # -version = "0.15.0" -release = "0.15.0" +version = "0.15.1" +release = "0.15.1" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/mbuild/__init__.py b/mbuild/__init__.py index f59c39e04..4a160e913 100644 --- a/mbuild/__init__.py +++ b/mbuild/__init__.py @@ -10,4 +10,4 @@ from mbuild.port import Port from mbuild.recipes import recipes -__version__ = "0.15.0" +__version__ = "0.15.1" diff --git a/setup.cfg b/setup.cfg index 423cca605..65f46c4f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.0 +current_version = 0.15.1 commit = True tag = True message = Bump to version {new_version} diff --git a/setup.py b/setup.py index 4180e93e4..d9fe7fbb9 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ##################################### NAME = "mbuild" -VERSION = "0.15.0" +VERSION = "0.15.1" ISRELEASED = True if ISRELEASED: __version__ = VERSION