diff --git a/CHANGELOG.md b/CHANGELOG.md index 672478a8..b6dece23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,11 @@ avoid adding features or APIs which do not map onto the ## Unreleased -## [4.4.0] - 2025-12-12 +## [4.4.1] - 2025-12-15 + +- Fix PyPI publishing issue (#474) + +## [4.4.0] - 2025-12-12 (never published on PyPI) - Update `h3lib` to v4.4.1. (#470) - Add new error codes: diff --git a/pyproject.toml b/pyproject.toml index 4a5e3193..bfe0bda2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build' [project] name = 'h3' -version = '4.4.0' +version = '4.4.1' description = "Uber's hierarchical hexagonal geospatial indexing system" readme = 'readme.md' license = {file = 'LICENSE'}