From 6802e5698c7609f962e04c2b2d4462f3238b4d63 Mon Sep 17 00:00:00 2001 From: AJ Friend Date: Mon, 15 Dec 2025 14:47:13 -0500 Subject: [PATCH] Prep for v4.4.1 release --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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'}