From d50a3a752e3e433abc1183c19af66498f89c57cc Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Fri, 29 Sep 2023 10:08:28 +0200 Subject: [PATCH] release 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c21eeaf..3fb567e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build" [project] name = "pys2index" -version = "0.2.0.dev" +version = "0.1.4" description = "Python/NumPy compatible geographical index based on s2geometry" keywords = ["python", "numpy", "s2geometry", "index"] readme = "README.md"