From 24d9f67f59cb2bff9c50b91b5e1028ff80248280 Mon Sep 17 00:00:00 2001 From: MohamedNasser8 Date: Sat, 31 Aug 2024 13:24:58 +0000 Subject: [PATCH] Bump version to major --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 317af14..e14fecc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ line-length = 100 [tool.poetry] name = "osipi" -version = "0.1.2" +version = "1.0.0" description = "The authorative python package for perfusion MRI" authors = [ "Luis Torres ", "Steven Sourbron ",] readme = "README.md" @@ -47,9 +47,7 @@ quote-style = "double" indent-style = "space" skip-magic-trailing-comma = false line-ending = "auto" - docstring-code-format = true - docstring-code-line-length = 100 [tool.poetry.dependencies]