From b4479347801e06d950ab3afc841201d2c691904f Mon Sep 17 00:00:00 2001 From: Will Jones Date: Mon, 25 Sep 2023 20:43:28 -0700 Subject: [PATCH] chore: increment python library version (#1664) # Description The description of the main changes of your pull request # Related Issue(s) # Documentation --- .github/workflows/python_release.yml | 2 -- python/Cargo.toml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 85af4ea95a..6793d129a0 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -114,8 +114,6 @@ jobs: target: aarch64-unknown-linux-gnu command: publish args: --skip-existing -m python/Cargo.toml --no-sdist ${{ env.FEATURES_FLAG }} - # for openssl build - before-script-linux: yum install -y perl-IPC-Cmd release-docs: needs: diff --git a/python/Cargo.toml b/python/Cargo.toml index f5ed7585f8..25b76596db 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "deltalake-python" -version = "0.10.2" -authors = ["Qingping Hou "] +version = "0.11.0" +authors = ["Qingping Hou ", "Will Jones "] homepage = "https://github.com/delta-io/delta-rs" license = "Apache-2.0" description = "Native Delta Lake Python binding based on delta-rs with Pandas integration"