From a96ad5912410d14fb5f8caa9fe55ee5f20d09a29 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 29 Jul 2024 21:18:51 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.10=20=E2=86=92=200.0.11?= =?UTF-8?q?=20[skip=20ci]?= 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 fac35b0..78c591d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.10 +current_version = 0.0.11 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index edc8c18..d35f9f1 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="ocf_blosc2", - version="0.0.10", + version="0.0.11", license="MIT", description="""OCF Blosc2 is a codec for numcodecs for compressing image data in Zarr/Xarray""", author="Jacob Bieker",