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"