From d81783fe4fc160dfd8f67973c42b3585685ddf20 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Tue, 30 Jan 2024 22:56:11 +0100 Subject: [PATCH] bump version to 0.3.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03fd131..1097647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "polygons" -version = "0.3.2" +version = "0.3.3" dependencies = [ "pyo3", "rand", diff --git a/Cargo.toml b/Cargo.toml index 90016a2..5273673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polygons" -version = "0.3.2" +version = "0.3.3" authors = ["Radovan Bast "] description = "Fast points-in-polygon test and distances to polygons." license = "GPL-3.0-only" diff --git a/README.md b/README.md index df9c330..3529107 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $ pip install polygons ## Supported versions -- Python: 3.8 - 3.10 +- Python: 3.8 - 3.12 - Operating systems: Linux, macOS, and Windows