From 73837a3fc3dc90324282b54e36d8a24f4daeeaa5 Mon Sep 17 00:00:00 2001 From: Lorenz Rumberger Date: Thu, 2 Oct 2025 14:06:11 +0200 Subject: [PATCH] bump version to 0.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fff2cf..8755ced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "Nimbus-Inference" -version = "0.0.3" +version = "0.0.4" description = "A model for classification of cells into marker positive / negative" readme = "README.md" requires-python = ">=3.9"