From 599adc32a52b7e4060d98ed174c65e8b537021c1 Mon Sep 17 00:00:00 2001 From: mjt320 Date: Thu, 8 Feb 2024 14:07:03 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d21f806..4573676 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.2" description = "Quantitative MRI processing" readme = "README.md" authors = [{ name = "Michael Thrippleton", email = "mjt320@googlemail.com" }] @@ -26,4 +26,4 @@ dependencies = [ requires-python = ">=3.7" [project.urls] -Homepage = "https://github.com/mjt320/SEPAL" \ No newline at end of file +Homepage = "https://github.com/mjt320/SEPAL"