From d6bcb68a3059a340202f7cef709aaced76782ef1 Mon Sep 17 00:00:00 2001 From: ancestor-mithril Date: Fri, 12 Jul 2024 15:37:32 +0300 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7382c9a..99061f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dice-score-3d" -version = "0.0.0" +version = "1.0.0" #requires-python = ">=3.10" requires-python = ">=3.7" description = "Utility for calculating the Dice Similarity Coefficient (DSC) for 3D segmentation masks."