From 1c6f8aee39f4dbfe9e649653b91e2a49ca0e60a3 Mon Sep 17 00:00:00 2001 From: fvaleye Date: Mon, 28 Nov 2022 18:51:42 +0100 Subject: [PATCH] Bump version of the Python binding to 0.6.4 --- python/Cargo.toml | 2 +- python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index e8370c0292..c5aafda258 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake-python" -version = "0.6.3" +version = "0.6.4" authors = ["Qingping Hou "] homepage = "https://github.com/delta-io/delta-rs" license = "Apache-2.0" diff --git a/python/pyproject.toml b/python/pyproject.toml index 565f1eff6e..7db7f0d750 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin==0.13.2"] +requires = ["maturin==0.14.2"] build-backend = "maturin" [project]