From 0b5d501712c1a4dc6e470e4973ceee41506929f6 Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Mon, 4 Apr 2022 23:43:37 +0800 Subject: [PATCH] release 0.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b88ffa..d73083f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ dependencies = [ [[package]] name = "datafusion-python" -version = "0.5.1" +version = "0.5.2" dependencies = [ "datafusion", "datafusion-common", diff --git a/Cargo.toml b/Cargo.toml index 9eeabb9..ba2f337 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "datafusion-python" -version = "0.5.1" +version = "0.5.2" homepage = "https://github.com/apache/arrow" repository = "https://github.com/apache/arrow" authors = ["Apache Arrow "] diff --git a/README.md b/README.md index 2ad97ad..6145edf 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ You can verify the installation by running: ```python >>> import datafusion >>> datafusion.__version__ -'0.5.1' +'0.5.2' ``` ## How to develop