From c79c6417f3aacbf4c2eade1ce891ba3c674fbb66 Mon Sep 17 00:00:00 2001 From: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:15:37 +0200 Subject: [PATCH] chore: bump python 0.18.2 (#2621) # 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 49232475fa..d97818bf8f 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake-python" -version = "0.18.1" +version = "0.18.2" authors = ["Qingping Hou ", "Will Jones "] homepage = "https://github.com/delta-io/delta-rs" license = "Apache-2.0"