From 0aa1ed6162830427c9a86438912fce73719df7e4 Mon Sep 17 00:00:00 2001 From: ncullen93 Date: Tue, 14 May 2024 08:38:02 +0200 Subject: [PATCH] reduce version change to minor bump --- ants/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ants/__init__.py b/ants/__init__.py index 9d523b06..bd3d65ff 100644 --- a/ants/__init__.py +++ b/ants/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.6.0' +__version__ = '0.5.3' from .core import * from .utils import * diff --git a/pyproject.toml b/pyproject.toml index 4f3eefb1..9b2f34d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "antspy" -version = "0.6.0" +version = "0.5.3" description = "A fast medical imaging library with comprehensive processing algorithms" readme = "README.md" requires-python = ">=3.8"