We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733a566 commit 8ec5f17Copy full SHA for 8ec5f17
2 files changed
python/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "geodatafusion-python"
3
-version = "0.2.0"
+version = "0.3.0"
4
edition = "2024"
5
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
6
description = "Python bindings for geodatafusion, a geospatial extension to DataFusion"
python/README.md
@@ -43,6 +43,7 @@ prints:
43
44
| Python Release | DataFusion Version |
45
|----------------|-------------------|
46
+| v0.3.0 | 53.x |
47
| v0.2.0 | 52.x |
48
| v0.1.2 | 50.x |
49
| v0.1.1 | 49.x |
0 commit comments