Skip to content

Commit

Permalink
Make sure docs and PyPI page are up-to-date.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Oct 14, 2024
1 parent a4515de commit 0475d11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ avoid adding features or APIs which do not map onto the

None.

## [4.1.1] - 2024-10-13

- Make sure docs and PyPI page are up-to-date.

## [4.1.0] - 2024-10-13

- Final v4.1 release inculdes all v4.x changes below.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build'

[project]
name = 'h3'
version = '4.1.0'
version = '4.1.1'
description = "Uber's hierarchical hexagonal geospatial indexing system"
readme = 'readme.md'
license = {file = 'LICENSE'}
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


----
## ANNOUNCEMENT: v4.1.0 final released on 2024-10-13!
## ANNOUNCEMENT: v4.1 final released on 2024-10-13!

Feedback is welcome via
[Issues](https://github.com/uber/h3-py/issues/new),
Expand Down Expand Up @@ -105,5 +105,5 @@ Use `h3.versions()` to see the version numbers for both
```python
>>> import h3
>>> h3.versions()
{'c': '3.6.3', 'python': '3.6.1'}
{'c': '4.1.0', 'python': '4.1.1'}
```

0 comments on commit 0475d11

Please sign in to comment.