From ca6ef6c15c62eb9bdc793f2904cf9b928e6e3b13 Mon Sep 17 00:00:00 2001 From: JacksonMaxfield Date: Wed, 9 Sep 2020 09:44:15 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.2.3=20=E2=86=92=203.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aicsimageio/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aicsimageio/__init__.py b/aicsimageio/__init__.py index 6861f235d..610113326 100644 --- a/aicsimageio/__init__.py +++ b/aicsimageio/__init__.py @@ -8,4 +8,4 @@ # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md -__version__ = "3.2.3" +__version__ = "3.3.0" diff --git a/setup.cfg b/setup.cfg index 8711e30c6..d7ebcb9cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.3 +current_version = 3.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 27abd8e03..f5d015f64 100644 --- a/setup.py +++ b/setup.py @@ -129,6 +129,6 @@ url="https://github.com/AllenCellModeling/aicsimageio", # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md - version="3.2.3", + version="3.3.0", zip_safe=False, )