From 15abe448dca22bf0847894f7bc30fd0e0f57ec62 Mon Sep 17 00:00:00 2001 From: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:24:31 +0200 Subject: [PATCH] chore: bump python for 0.17 release (#2439) # Description The description of the main changes of your pull request # Related Issue(s) # Documentation --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index b8d1f39f69..cdf393957d 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake-python" -version = "0.16.4" +version = "0.17.0" authors = ["Qingping Hou ", "Will Jones "] homepage = "https://github.com/delta-io/delta-rs" license = "Apache-2.0"