From 37286119bac4816bc4127ac97f5493d837acd28d Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Tue, 22 Oct 2024 11:48:26 -0400 Subject: [PATCH] COMP: version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f1fd092..50537ed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "antspyx" -version = "0.5.4" +version = "0.5.5" description = "A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more." readme = "README.md" requires-python = ">=3.8"