This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to tag v0.9.0-incubating-rc2 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 46f90fc4782c18408db4fa4f2e4328dc973ec255 Author: Rory <[email protected]> AuthorDate: Thu Apr 24 06:52:48 2025 +0000 Preparing Gravitino release v0.9.0-incubating-rc2 --- clients/client-python/setup.py | 2 +- clients/filesystem-fuse/Cargo.toml | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py index 8f5589ab14..fdf2fe9526 100644 --- a/clients/client-python/setup.py +++ b/clients/client-python/setup.py @@ -27,7 +27,7 @@ except FileNotFoundError: setup( name="apache-gravitino", description="Python lib/client for Apache Gravitino", - version="0.9.1.dev0", + version="0.9.0", long_description=long_description, long_description_content_type="text/markdown", author="Apache Software Foundation", diff --git a/clients/filesystem-fuse/Cargo.toml b/clients/filesystem-fuse/Cargo.toml index d7089cf1bb..2dd7e8802b 100644 --- a/clients/filesystem-fuse/Cargo.toml +++ b/clients/filesystem-fuse/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "filesystem-fuse" -version = "0.9.1-incubating-SNAPSHOT" +version = "0.9.0-incubating" rust-version = "1.75" edition = "2021" diff --git a/gradle.properties b/gradle.properties index cf04ebe38d..8a76e96468 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ org.gradle.caching=true org.gradle.jvmargs=-Xmx4g # version that is going to be updated automatically by releases -version = 0.9.1-incubating-SNAPSHOT +version = 0.9.0-incubating # sonatype credentials SONATYPE_USER = admin
