Skip to content

Commit ae375a9

Browse files
authored
fix links (#444)
1 parent 259a915 commit ae375a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ avoid adding features or APIs which do not map onto the
1818

1919
None.
2020

21+
## [4.2.1] - 2025-01-31
22+
23+
- Correct pyproject.toml links for PyPI (#441)
24+
- Update coverage badge (#443)
25+
2126
## [4.2.0] - 2025-01-26
2227

2328
- Update h3lib to v4.2.0. (#432)

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.2.0'
7+
version = '4.2.1'
88
description = "Uber's hierarchical hexagonal geospatial indexing system"
99
readme = 'readme.md'
1010
license = {file = 'LICENSE'}

0 commit comments

Comments
 (0)