From c990f7fd2297c373ae39929363e7f64d8f910992 Mon Sep 17 00:00:00 2001 From: mjt320 Date: Thu, 8 Feb 2024 15:57:52 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 150d794..ff85ba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "sepal" -version = "1.0.0" +version = "1.0.3" description = "Quantitative MRI processing" readme = "README.md" authors = [{ name = "Michael Thrippleton", email = "mjt320@googlemail.com" }]