From eb2a0521bbe58642e7973778900680100b79586f Mon Sep 17 00:00:00 2001 From: cklamann <12862284+cklamann@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:54:00 -0400 Subject: [PATCH] release 0.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a33654..2a48f79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "biostarling" packages = [{ include = "starling" }] -version = "0.1.2" +version = "0.1.3" description = "Segmentation error aware clustering single-cell spatial expression data" repository = "https://github.com/camlab-bioml/starling" authors = ["Jett (Yuju) Lee "]