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, )