Skip to content

Commit 6799102

Browse files
committed
bump for 1.0.1
1 parent 51c4943 commit 6799102

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ pip install rtree
2626

2727
# Changes
2828

29+
## 1.0.1
30+
31+
* Fix up type hints #243 (thanks @oderby)
32+
* Python 3.11 wheels #250 (thanks @ewouth)
33+
2934
## 1.0.0
3035

3136

rtree/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
Rtree provides Python bindings to libspatialindex for quick
55
hyperrectangular intersection queries.
66
"""
7-
__version__ = "1.0.0"
7+
__version__ = "1.0.1"
88

99
from .index import Index, Rtree # noqa

0 commit comments

Comments
 (0)