From 0f1d114f9247fbb7b99320a16f720f3d8a0198d7 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Mon, 4 Sep 2023 17:43:52 -0700 Subject: [PATCH] bump python version to 0.10.2 --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index d6956b60ac..f5ed7585f8 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake-python" -version = "0.10.1" +version = "0.10.2" authors = ["Qingping Hou "] homepage = "https://github.com/delta-io/delta-rs" license = "Apache-2.0"