diff --git a/napari_allencell_segmenter/__init__.py b/napari_allencell_segmenter/__init__.py index 9d82170c..7b404d6f 100644 --- a/napari_allencell_segmenter/__init__.py +++ b/napari_allencell_segmenter/__init__.py @@ -7,4 +7,4 @@ # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md -__version__ = "1.0.3" +__version__ = "1.1.0" diff --git a/setup.cfg b/setup.cfg index c2405ef1..c5de8c03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.3 +current_version = 1.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index 18f0b7c7..bcb6e036 100644 --- a/setup.py +++ b/setup.py @@ -118,6 +118,6 @@ def read(fname): }, # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.rst - version="1.0.3", + version="1.1.0", zip_safe=False, )