This is an automated email from the ASF dual-hosted git repository. jshao pushed a commit to tag v0.6.0-incubating-rc5 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 518ea14c60547ace9beb603e87b574fe7aa8c7ff Author: Jerry Shao <[email protected]> AuthorDate: Fri Aug 30 18:17:12 2024 -0700 Preparing Gravitino release v0.6.0-incubating-rc5 --- 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 34225634f..831bbce0f 100644 --- a/clients/client-python/setup.py +++ b/clients/client-python/setup.py @@ -29,7 +29,7 @@ except FileNotFoundError: setup( name="apache-gravitino", description="Python lib/client for Apache Gravitino", - version="0.6.1.dev0", + version="0.6.0", long_description=long_description, long_description_content_type="text/markdown", author="Apache Software Foundation", diff --git a/gradle.properties b/gradle.properties index d17eff81b..52dd853b2 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.6.1-incubating-SNAPSHOT +version = 0.6.0-incubating # sonatype credentials SONATYPE_USER = admin
