From 9d7367ff1b7a2dad5809a9c37a36874869a3b9f4 Mon Sep 17 00:00:00 2001 From: Co Quach Date: Tue, 26 Sep 2023 12:17:51 -0500 Subject: [PATCH] Bump to version 0.16.4 --- 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 66c183ccc..18ebeb310 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -162,8 +162,8 @@ # built documents. # -version = "0.16.3" -release = "0.16.3" +version = "0.16.4" +release = "0.16.4" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/mbuild/__init__.py b/mbuild/__init__.py index b251bdbb2..02d471c49 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.16.3" +__version__ = "0.16.4" diff --git a/setup.cfg b/setup.cfg index b08cb41ac..6d86b303a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.3 +current_version = 0.16.4 commit = True tag = True message = Bump to version {new_version} diff --git a/setup.py b/setup.py index 15c591971..f590ee13f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ##################################### NAME = "mbuild" -VERSION = "0.16.3" +VERSION = "0.16.4" ISRELEASED = True if ISRELEASED: __version__ = VERSION