From 4ef274584d855a7e113a977a0e021360a20ce481 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Mon, 16 Oct 2023 19:34:48 -0700 Subject: [PATCH] chore: bump the python package version --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index 25b76596db..38c2fcacbe 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake-python" -version = "0.11.0" +version = "0.12.0" authors = ["Qingping Hou ", "Will Jones "] homepage = "https://github.com/delta-io/delta-rs" license = "Apache-2.0"