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