diff --git a/CHANGELOG.md b/CHANGELOG.md index 69997d1b..1fef4073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ avoid adding features or APIs which do not map onto the None. +## [4.1.0] - TBD + +- Final v4.1 release inculdes all v4.x changes below. + ## [4.1.0b3] - 2024-10-05 - Allow for `str` subtypes, like `numpy.str_` (#408) diff --git a/pyproject.toml b/pyproject.toml index 9e24b7d7..05fd5ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build' [project] name = 'h3' -version = '4.1.0b3' +version = '4.1.0' description = "Uber's hierarchical hexagonal geospatial indexing system" readme = 'readme.md' license = {file = 'LICENSE'}