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