Skip to content

Commit 6802e56

Browse files
committed
Prep for v4.4.1 release
1 parent 7d6d379 commit 6802e56

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ avoid adding features or APIs which do not map onto the
1616

1717
## Unreleased
1818

19-
## [4.4.0] - 2025-12-12
19+
## [4.4.1] - 2025-12-15
20+
21+
- Fix PyPI publishing issue (#474)
22+
23+
## [4.4.0] - 2025-12-12 (never published on PyPI)
2024

2125
- Update `h3lib` to v4.4.1. (#470)
2226
- Add new error codes:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build'
44

55
[project]
66
name = 'h3'
7-
version = '4.4.0'
7+
version = '4.4.1'
88
description = "Uber's hierarchical hexagonal geospatial indexing system"
99
readme = 'readme.md'
1010
license = {file = 'LICENSE'}

0 commit comments

Comments
 (0)