From e3cde9c9934069752cbb22e96838f54b83b26c06 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Sun, 12 Feb 2023 11:09:14 +0100 Subject: [PATCH] MNT: Bump version to 0.0.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 496f7ce..40f066c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pydra-freesurfer" -version = "0.0.10" +version = "0.0.11" description = "Pydra tasks for FreeSurfer" readme = "README.md" requires-python = ">=3.7"