From 7d7fcb8c3eb9a5d56c52a239cd39df8704c96f03 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Fri, 19 Jul 2024 07:59:36 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.7=20=E2=86=92=200.0.8=20[?= =?UTF-8?q?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 d5b3626..79409c0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.7 +current_version = 0.0.8 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index b48b090..c4a4e85 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="ocf_blosc2", - version="0.0.7", + version="0.0.8", license="MIT", description="""OCF Blosc2 is a codec for numcodecs for compressing image data in Zarr/Xarray""", author="Jacob Bieker",