From dd26dd3602602155f20495766ae7808f3e8b6bd2 Mon Sep 17 00:00:00 2001 From: JacksonMaxfield Date: Sun, 13 Dec 2020 23:22:48 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.3=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- napari_aicsimageio/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/napari_aicsimageio/__init__.py b/napari_aicsimageio/__init__.py index 92fe90f..6ddfbf6 100644 --- a/napari_aicsimageio/__init__.py +++ b/napari_aicsimageio/__init__.py @@ -6,7 +6,7 @@ __email__ = "jacksonb@alleninstitute.org" # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md -__version__ = "0.1.3" +__version__ = "0.2.0" def get_module_version(): diff --git a/setup.cfg b/setup.cfg index d5d376d..d3f2976 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index 85a1912..cb1c64b 100644 --- a/setup.py +++ b/setup.py @@ -96,6 +96,6 @@ url="https://github.com/AllenCellModeling/napari-aicsimageio", # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.rst - version="0.1.3", + version="0.2.0", zip_safe=False, )