Skip to content

Commit

Permalink
bump for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Oct 11, 2022
1 parent 51c4943 commit 6799102
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ pip install rtree

# Changes

## 1.0.1

* Fix up type hints #243 (thanks @oderby)
* Python 3.11 wheels #250 (thanks @ewouth)

## 1.0.0


Expand Down
2 changes: 1 addition & 1 deletion rtree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Rtree provides Python bindings to libspatialindex for quick
hyperrectangular intersection queries.
"""
__version__ = "1.0.0"
__version__ = "1.0.1"

from .index import Index, Rtree # noqa

0 comments on commit 6799102

Please sign in to comment.