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 259a915 commit ae375a9Copy full SHA for ae375a9
CHANGELOG.md
@@ -18,6 +18,11 @@ avoid adding features or APIs which do not map onto the
18
19
None.
20
21
+## [4.2.1] - 2025-01-31
22
+
23
+- Correct pyproject.toml links for PyPI (#441)
24
+- Update coverage badge (#443)
25
26
## [4.2.0] - 2025-01-26
27
28
- Update h3lib to v4.2.0. (#432)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build'
4
5
[project]
6
name = 'h3'
7
-version = '4.2.0'
+version = '4.2.1'
8
description = "Uber's hierarchical hexagonal geospatial indexing system"
9
readme = 'readme.md'
10
license = {file = 'LICENSE'}
0 commit comments