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

jmclean pushed a commit to branch fix-version-numbers
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/fix-version-numbers by this 
push:
     new f4cfdc72cf for 0.8.1 release
f4cfdc72cf is described below

commit f4cfdc72cfdf9debdc2b0088d268bb4dfed2eb62
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Apr 3 07:22:03 2025 +0800

    for 0.8.1 release
---
 clients/client-python/setup.py | 2 +-
 gradle.properties              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py
index fdf2fe9526..2a75f97186 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.8.1",
     long_description=long_description,
     long_description_content_type="text/markdown",
     author="Apache Software Foundation",
diff --git a/gradle.properties b/gradle.properties
index 46f42d1475..2088e78d47 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
+version = 0.8.1
 
 # sonatype credentials
 SONATYPE_USER = admin

Reply via email to