From 2fa81c611e74235c13e5d27813d2e9d815d10ad9 Mon Sep 17 00:00:00 2001 From: Florian Valeye Date: Sat, 5 Feb 2022 03:57:08 +0100 Subject: [PATCH] Bump version of Python binding to 0.5.6 (#558) --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index ccb4dc84d9..a6cc79ff8e 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake-python" -version = "0.5.5" +version = "0.5.6" authors = ["Qingping Hou "] homepage = "https://github.com/delta-io/delta-rs" license = "Apache-2.0"