This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch branch-0.8 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit bf3cfa555d7c06f38d549347fb5576da18075b78 Author: justincmlean <[email protected]> AuthorDate: Wed Mar 26 15:03:12 2025 +0800 Preparing development version 0.9.0 --- 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 2a75f97186..fdf2fe9526 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.8.1", + version="0.9.0", long_description=long_description, long_description_content_type="text/markdown", author="Apache Software Foundation", diff --git a/gradle.properties b/gradle.properties index 2088e78d47..46f42d1475 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.8.1 +version = 0.9.0 # sonatype credentials SONATYPE_USER = admin
