This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/gravitino.git

commit 38b50e524c6223bcc88ce01245ddddc529cb3c3d
Author: mchades <[email protected]>
AuthorDate: Wed Aug 20 17:38:52 2025 +0800

    Preparing development version 0.9.3-SNAPSHOT
---
 clients/client-python/setup.py     | 2 +-
 clients/filesystem-fuse/Cargo.toml | 2 +-
 dev/charts/gravitino/Chart.yaml    | 4 ++--
 dev/charts/gravitino/values.yaml   | 2 +-
 gradle.properties                  | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py
index c3c57f27d8..5145451281 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.2",
+    version="0.9.3.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 1a24a2f68d..e4b8c7fed2 100644
--- a/clients/filesystem-fuse/Cargo.toml
+++ b/clients/filesystem-fuse/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "filesystem-fuse"
-version = "0.9.2"
+version = "0.9.3-SNAPSHOT"
 rust-version = "1.75"
 edition = "2021"
 
diff --git a/dev/charts/gravitino/Chart.yaml b/dev/charts/gravitino/Chart.yaml
index fdecfe1e9f..438f34b3bf 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.2
+appVersion: 0.9.3-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.19
+version: 0.9.20
diff --git a/dev/charts/gravitino/values.yaml b/dev/charts/gravitino/values.yaml
index a3ac238be4..58a8e53652 100644
--- a/dev/charts/gravitino/values.yaml
+++ b/dev/charts/gravitino/values.yaml
@@ -19,7 +19,7 @@
 
 image:
   repository: apache/gravitino
-  tag: 0.9.2
+  tag: 0.9.3-SNAPSHOT
   pullPolicy: IfNotPresent
   ## Optionally specify an array of pullSecrets (secrets must be manually 
created in the namespace)
   ## ref: 
https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
diff --git a/gradle.properties b/gradle.properties
index 14f525a096..3664eda0dd 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.2
+version = 0.9.3-SNAPSHOT
 
 # sonatype credentials
 SONATYPE_USER = admin

Reply via email to