This is an automated email from the ASF dual-hosted git repository. mchades pushed a commit to tag v0.6.1-incubating-rc4 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit d2b42e0f17c86dde2092aef372775ad115e5fafa Author: Minghuang Li <[email protected]> AuthorDate: Fri Oct 11 11:51:13 2024 +0000 Preparing Gravitino release v0.6.1-incubating-rc4 --- 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 5b6d6a9b5..5b36e26f8 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.2.dev0", + version="0.6.1", long_description=long_description, long_description_content_type="text/markdown", author="Apache Software Foundation", diff --git a/gradle.properties b/gradle.properties index da3630411..32f955f9e 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.2-incubating-SNAPSHOT +version = 0.6.1-incubating # sonatype credentials SONATYPE_USER = admin
