From 58f29574d9baba07206cd9e9b802f82fe9e9ae65 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Sat, 2 Dec 2023 00:24:41 -0800 Subject: [PATCH] chore: update python version (#1934) # Description Prepare for next release # 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 5194a2fc22..a9936a483c 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake-python" -version = "0.13.0" +version = "0.14.0" authors = ["Qingping Hou ", "Will Jones "] homepage = "https://github.com/delta-io/delta-rs" license = "Apache-2.0"