From 4b549a8d50a46428ec317fb796ca94ff2463f12c Mon Sep 17 00:00:00 2001 From: Co Quach Date: Mon, 5 Feb 2024 15:55:52 -0500 Subject: [PATCH] Bump to version 0.17.0 --- 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 18ebeb310..8ad87a4cf 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -162,8 +162,8 @@ # built documents. # -version = "0.16.4" -release = "0.16.4" +version = "0.17.0" +release = "0.17.0" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/mbuild/__init__.py b/mbuild/__init__.py index 67279916d..128fb1cef 100644 --- a/mbuild/__init__.py +++ b/mbuild/__init__.py @@ -11,4 +11,4 @@ from mbuild.port import Port from mbuild.recipes import recipes -__version__ = "0.16.4" +__version__ = "0.17.0" diff --git a/setup.cfg b/setup.cfg index 6d86b303a..b340ec5fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.4 +current_version = 0.17.0 commit = True tag = True message = Bump to version {new_version} diff --git a/setup.py b/setup.py index f590ee13f..3ee68e869 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ##################################### NAME = "mbuild" -VERSION = "0.16.4" +VERSION = "0.17.0" ISRELEASED = True if ISRELEASED: __version__ = VERSION