From c5a9f9de7a21d057873a6ad2007159783a42fddb Mon Sep 17 00:00:00 2001 From: William Colgan Date: Mon, 2 Sep 2024 14:09:11 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 391222f..80e2b6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "treedata" -version = "0.0.3" +version = "0.0.4" description = "anndata with trees" readme = "README.md" requires-python = ">=3.10"