From addd72c8c7099cb05bdc9963daf33324136d1e0d Mon Sep 17 00:00:00 2001 From: Jackson Brown Date: Mon, 3 Feb 2020 10:31:10 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.7=20=E2=86=92=203.1.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 97aec7025..1061ce577 100644 --- a/aicsimageio/__init__.py +++ b/aicsimageio/__init__.py @@ -7,4 +7,4 @@ # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md -__version__ = "3.0.7" +__version__ = "3.1.0" diff --git a/setup.cfg b/setup.cfg index f8b92d8c0..3a4073988 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.7 +current_version = 3.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index a004afb01..c7d328ef3 100644 --- a/setup.py +++ b/setup.py @@ -110,6 +110,6 @@ url="https://github.com/AllenCellModeling/aicsimageio", # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md - version="3.0.7", + version="3.1.0", zip_safe=False, )