We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc8ec9 commit bd455beCopy full SHA for bd455be
CHANGELOG.md
@@ -16,6 +16,12 @@ avoid adding features or APIs which do not map onto the
16
17
## Unreleased
18
19
+None.
20
+
21
+## [4.3.1] - 2025-08-10
22
23
+- Build wheels for Windows on ARM64 (#463)
24
25
## [4.3.0] - 2025-06-17
26
27
- Update `h3lib` to v4.3.0. (#461)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build'
4
5
[project]
6
name = 'h3'
7
-version = '4.3.0'
+version = '4.3.1'
8
description = "Uber's hierarchical hexagonal geospatial indexing system"
9
readme = 'readme.md'
10
license = {file = 'LICENSE'}
0 commit comments