From c02380b0186fde38d3b7d028fc6ac3c5d13ec31f Mon Sep 17 00:00:00 2001 From: Sebastian Birk Date: Tue, 13 Feb 2024 10:52:21 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94d3dee7..736fba3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "nichecompass" -version = "0.1.0" +version = "0.1.1" description = "End-to-end analysis of spatial multi-omics data" readme = "README.md" requires-python = ">=3.9"