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 a860769ba9d95a63fbd9402de46c463f028b457d
Author: Rory <[email protected]>
AuthorDate: Thu Apr 24 06:52:48 2025 +0000

    Preparing development version 0.9.1-incubating-SNAPSHOT
---
 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 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/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

Reply via email to