From 5c8e100fdc34de4bfffb92396a1c125476d63c1a Mon Sep 17 00:00:00 2001 From: AJ Friend Date: Wed, 4 Sep 2024 15:24:32 -0700 Subject: [PATCH] prep for beta 7 release (#397) --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e800c57..4324261ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ avoid adding features or APIs which do not map onto the None. +## [4.0.0b7] - 2024-09-04 + +- Use `pyproject.toml` and `scikit-build-core` (#378) + ## [4.0.0b6] - 2024-09-03 - Added bindings for `cellToVertex`, `cellToVertexes`, `vertexToLatLng`, and `isValidVertex` (#323) diff --git a/pyproject.toml b/pyproject.toml index c6a6ddbe6..7507a6ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build' [project] name = 'h3' -version = '4.0.0b6' +version = '4.0.0b7' description = "Uber's hierarchical hexagonal geospatial indexing system" readme = 'readme.md' license = {file = 'LICENSE'}