From e70333e2e76454de348a9acbf653f73a649dd257 Mon Sep 17 00:00:00 2001 From: William Colgan Date: Fri, 27 Sep 2024 15:08:40 -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 80e2b6c..6edec31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "treedata" -version = "0.0.4" +version = "0.1.0" description = "anndata with trees" readme = "README.md" requires-python = ">=3.10"