From d72a7b01aa18ba42a9c0663c1d961226405b8d84 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 15 Sep 2023 19:55:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.8.2.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 89363fd4..709335a3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2.dev0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index 55932cf3..feb11e89 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(fname): setup( name="ome-zarr", - version="0.8.1", + version="0.8.2.dev0", author="The Open Microscopy Team", url="https://github.com/ome/ome-zarr-py", description="Implementation of images in Zarr files.",