From 989a822813d032e66dd87d00ccfafac8a78e2c21 Mon Sep 17 00:00:00 2001 From: Romain Janvier Date: Tue, 16 Apr 2024 13:53:31 +0200 Subject: [PATCH] Release v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3857b0f..37ad125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "pgeof" -version = "0.1.0" +version = "0.2.0" readme = "README.md" description = "Compute the geometric features associated with each point's neighborhood:" requires-python = ">=3.8,<3.13"