This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 4b20d764e9366b2541b656c95ac2f2d5c7b61a46 Author: Rory <[email protected]> AuthorDate: Fri Apr 25 08:33:14 2025 +0000 Preparing development version 0.9.1-incubating-SNAPSHOT --- clients/client-python/setup.py | 2 +- clients/filesystem-fuse/Cargo.toml | 2 +- dev/charts/gravitino/Chart.yaml | 4 ++-- gradle.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py index fdf2fe9526..8f5589ab14 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.0", + version="0.9.1.dev0", 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 2dd7e8802b..d7089cf1bb 100644 --- a/clients/filesystem-fuse/Cargo.toml +++ b/clients/filesystem-fuse/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "filesystem-fuse" -version = "0.9.0-incubating" +version = "0.9.1-incubating-SNAPSHOT" rust-version = "1.75" edition = "2021" diff --git a/dev/charts/gravitino/Chart.yaml b/dev/charts/gravitino/Chart.yaml index ebf573352b..501db2b413 100644 --- a/dev/charts/gravitino/Chart.yaml +++ b/dev/charts/gravitino/Chart.yaml @@ -17,7 +17,7 @@ # under the License. # apiVersion: v2 -appVersion: 0.9.0-incubating +appVersion: 0.9.1-incubating-SNAPSHOT description: Apache Gravitino is a high-performance, geo-distributed, and federated metadata lake. It manages the metadata directly in different sources, types, and regions. It also provides users with unified metadata access for data and AI assets. home: https://gravitino.apache.org annotations: @@ -35,4 +35,4 @@ maintainers: name: gravitino sources: - https://github.com/apache/gravitino -version: 0.9.3 +version: 0.9.4 diff --git a/gradle.properties b/gradle.properties index 8a76e96468..cf04ebe38d 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.0-incubating +version = 0.9.1-incubating-SNAPSHOT # sonatype credentials SONATYPE_USER = admin
