From 1b35eb0b2681d267c8d76d406ea028d645725344 Mon Sep 17 00:00:00 2001 From: tgoelles Date: Tue, 3 Dec 2024 08:04:06 +0000 Subject: [PATCH] bump version to 0.10.0 in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"