From 00589e024804bc98e4b92c1ad747ad207cc7a556 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Wed, 18 Dec 2024 09:29:10 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0=20=E2=86=92=200.10.1.d?= =?UTF-8?q?ev0?= 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 e2cc8b42..ee1374ac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.10.1.dev0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index ccc956d9..edeeea06 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(fname): setup( name="ome-zarr", - version="0.10.0", + version="0.10.1.dev0", author="The Open Microscopy Team", url="https://github.com/ome/ome-zarr-py", description="Implementation of images in Zarr files.",