From 38129cad3c93f0e71ae010dd50280d72ec7267ad Mon Sep 17 00:00:00 2001 From: Ismail Ugur Bayindir Date: Mon, 20 May 2024 15:19:11 +0100 Subject: [PATCH] Update pyproject.toml Updated version to 0.1.16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 131aba0..11da72a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasaurus-cxg" -version = "0.1.15" +version = "0.1.16" description = "Ontology enrichment tool for CxG standard AnnData files." authors = ["Ugur Bayindir "] license = "http://www.apache.org/licenses/LICENSE-2.0"