From 876594e4330dd3b8613a1b55a6d10e4aad57f70a Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Wed, 21 Aug 2024 17:12:57 +0200 Subject: [PATCH] revert to dev version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00691e7..82fa506 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build" [project] name = "spherely" -version = "0.0.1" +version = "0.2.0" description = "Manipulation and analysis of geometric objects on the sphere" keywords = ["gis", "geometry", "s2geometry", "shapely"] readme = "README.md"