From 16ee089a8a484989aed44a0cea4b894b090d6c5c Mon Sep 17 00:00:00 2001 From: Jerry Shao Date: Thu, 31 Oct 2024 12:28:29 +0000 Subject: [PATCH] Preparing development version 0.7.1-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 e2f97db25b..7d065522d1 100644 --- a/clients/client-python/setup.py +++ b/clients/client-python/setup.py @@ -27,7 +27,7 @@ setup( name="apache-gravitino", description="Python lib/client for Apache Gravitino", - version="0.7.0", + version="0.7.1.dev0", long_description=long_description, long_description_content_type="text/markdown", author="Apache Software Foundation", diff --git a/gradle.properties b/gradle.properties index 4ba4dd7507..7732d2a15f 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.7.0-incubating +version = 0.7.1-incubating-SNAPSHOT # sonatype credentials SONATYPE_USER = admin