From f86495552dd1c919d0f771036f29344b0ee6dd0e Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 30 Nov 2023 11:00:39 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.4=20=E2=86=92=200.5.5.dev?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7cb8923..32d63cc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.4 +current_version = 0.5.5.dev0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index bb49d69..6a50814 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_long_description() -> str: setup( name="omero-cli-zarr", - version="0.5.4", + version="0.5.5.dev0", packages=["omero_zarr", "omero.plugins"], package_dir={"": "src"}, description="Plugin for exporting images in zarr format.",