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

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

commit 2c6bd608136ad98ab84b6685357cf845c916e156
Author: Rory Qi <[email protected]>
AuthorDate: Wed Jul 2 11:33:07 2025 +0000

    Preparing development version 0.9.2-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 d9cb64754a..e3c3f31181 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",
+    version="0.9.2.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 a44f37ce52..01abec4fb5 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"
+version = "0.9.2-SNAPSHOT"
 rust-version = "1.75"
 edition = "2021"
 
diff --git a/dev/charts/gravitino/Chart.yaml b/dev/charts/gravitino/Chart.yaml
index 334084f43f..77a10c41aa 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.1
+appVersion: 0.9.2-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.11
+version: 0.9.12
diff --git a/dev/charts/gravitino/values.yaml b/dev/charts/gravitino/values.yaml
index 55c0cddc8c..3121e0b387 100644
--- a/dev/charts/gravitino/values.yaml
+++ b/dev/charts/gravitino/values.yaml
@@ -19,7 +19,7 @@
 
 image:
   repository: apache/gravitino
-  tag: 0.9.1
+  tag: 0.9.2-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 97d3e9e77d..55a3051d5c 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
+version = 0.9.2-SNAPSHOT
 
 # sonatype credentials
 SONATYPE_USER = admin

Reply via email to