diff --git a/pyproject.toml b/pyproject.toml index 9c2131e..82c8328 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ build-backend = "hatchling.build" [project] name = "pointcloudset" +version = "0.10.0" description = "Analyze large datasets of point clouds recorded over time in an efficient way" readme = "README.rst" requires-python = ">=3.10, <3.12"