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 "]