diff --git a/pyproject.toml b/pyproject.toml index 93eff2e..8fffc24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tda-mapper" -version = "0.5.2" +version = "0.6.0" description = "A simple and efficient Python implementation of Mapper algorithm for Topological Data Analysis" readme = "README.md" authors = [{ name = "Luca Simi", email = "lucasimi90@gmail.com" }]