diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d74874..ee38256a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ avoid adding features or APIs which do not map onto the ## Unreleased +None. + +## [4.1.0b2] - 2024-09-27 + - Add `cell_to_child_pos`, `child_pos_to_cell`, `cell_to_children_size` (#405) ## [4.1.0b1] - 2024-09-26 diff --git a/pyproject.toml b/pyproject.toml index 02219b09..e448802f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build' [project] name = 'h3' -version = '4.1.0b1' +version = '4.1.0b2' description = "Uber's hierarchical hexagonal geospatial indexing system" readme = 'readme.md' license = {file = 'LICENSE'}