From 5a94b10cfa54db849fcb9534c1c2d91ba18df495 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Mon, 10 Jul 2023 16:01:21 +0200 Subject: [PATCH] MNT: Bump version to 0.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c37b2bf..721f3c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydra-ants" -version = "0.0.1" +version = "0.0.2" description = "Pydra tasks for ANTs" readme = "README.md" requires-python = ">=3.7"