From 5f78a716e7c8036e785fa5ae9c024894153cf316 Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Mon, 31 Oct 2022 13:14:53 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7991078..55981f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scib-metrics" -version = "0.0.6" +version = "0.0.7" description = "Accelerated and Python-only scIB metrics" readme = "README.md" requires-python = ">=3.8"