diff --git a/pyproject.toml b/pyproject.toml index cb54e74..777a147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tda-mapper" -version = "0.0.1" +version = "0.0.2" description = "A simple and efficient implementation of the Mapper Algorithm for Topological Data Analysis (TDA)" readme = "README.md" authors = [{ name = "Luca Simi", email = "lucasimi90@gmail.com" }]