From c2119dbf15c9bed899b7639b4ac62bfc234ce6ff Mon Sep 17 00:00:00 2001 From: Ali Khan Date: Fri, 31 Jan 2025 11:49:24 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.2=20=E2=86=92=200.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6016831..1b96260 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index a53a6e2..2167d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zarrnii" -version = "0.2.2-alpha.1" +version = "0.2.3-alpha.1" description = "Package for working with OME-Zarr and NIFTI images in a unified manner, with a focus on spatial transformations" authors = ["Ali Khan "] license = "MIT"