From 9f86c7ce1e139c0b91c5439a30625677824e6fdb Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Tue, 30 Apr 2024 14:39:28 +0200 Subject: [PATCH] REL: Release version 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86cf0f2..b2d5120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "clinica-pydra-fsl" -version = "0.0.22" +version = "0.1.0" description = "Pydra tasks for FSL designed for Clinica" readme = "README.md" requires-python = ">=3.8"