We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c4943 commit 6799102Copy full SHA for 6799102
README.md
@@ -26,6 +26,11 @@ pip install rtree
26
27
# Changes
28
29
+## 1.0.1
30
+
31
+* Fix up type hints #243 (thanks @oderby)
32
+* Python 3.11 wheels #250 (thanks @ewouth)
33
34
## 1.0.0
35
36
rtree/__init__.py
@@ -4,6 +4,6 @@
4
Rtree provides Python bindings to libspatialindex for quick
5
hyperrectangular intersection queries.
6
"""
7
-__version__ = "1.0.0"
+__version__ = "1.0.1"
8
9
from .index import Index, Rtree # noqa
0 commit comments