From 8fa75ec2d27807f5825568e2933f6c2456fed045 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 2 Feb 2025 18:59:19 -0800 Subject: [PATCH] back to 43 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6fb62549..de9618f1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1318,7 +1318,7 @@ dependencies = [ [[package]] name = "datafusion-python" -version = "45.0.0" +version = "43.0.0" dependencies = [ "arrow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7d992a07c..325627994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "datafusion-python" -version = "45.0.0" +version = "43.0.0" homepage = "https://datafusion.apache.org/python" repository = "https://github.com/apache/datafusion-python" authors = ["Apache DataFusion "]