From 75ab185a184410aa408772e12315ba9cbf209b36 Mon Sep 17 00:00:00 2001 From: William Moore Date: Fri, 19 Jan 2024 14:33:53 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.5=20=E2=86=92=200.5.6.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 a5221b5..1ced259 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.5 +current_version = 0.5.6.dev0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index 4ea0a14..bf97bb2 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_long_description() -> str: setup( name="omero-cli-zarr", - version="0.5.5", + version="0.5.6.dev0", packages=["omero_zarr", "omero.plugins"], package_dir={"": "src"}, description="Plugin for exporting images in zarr format.",