This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git


The following commit(s) were added to refs/heads/main by this push:
     new ea4a4dc  change version to 38.0.1 (#716)
ea4a4dc is described below

commit ea4a4dc7990c72cb65b999137da369a4e814cdbb
Author: Andy Grove <[email protected]>
AuthorDate: Sat May 25 06:45:09 2024 -0600

    change version to 38.0.1 (#716)
---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 9b7ed56..c9e0e6d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1016,7 +1016,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-python"
-version = "38.0.0"
+version = "38.0.1"
 dependencies = [
  "async-trait",
  "datafusion",
diff --git a/Cargo.toml b/Cargo.toml
index cde3be2..fd6f4bb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "datafusion-python"
-version = "38.0.0"
+version = "38.0.1"
 homepage = "https://datafusion.apache.org/python";
 repository = "https://github.com/apache/datafusion-python";
 authors = ["Apache DataFusion <[email protected]>"]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to