diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e800c5..4324261a 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 c6a6ddbe..7507a6ca 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'}