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