We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b78e8 commit 09d91fcCopy full SHA for 09d91fc
clients/client-python/setup.py
@@ -29,7 +29,7 @@
29
setup(
30
name="apache-gravitino",
31
description="Python lib/client for Apache Gravitino",
32
- version="0.6.1",
+ version="0.6.2.dev0",
33
long_description=long_description,
34
long_description_content_type="text/markdown",
35
author="Apache Software Foundation",
gradle.properties
@@ -23,7 +23,7 @@ org.gradle.caching=true
23
org.gradle.jvmargs=-Xmx4g
24
25
# version that is going to be updated automatically by releases
26
-version = 0.6.1-incubating
+version = 0.6.2-incubating-SNAPSHOT
27
28
# sonatype credentials
SONATYPE_USER = admin
0 commit comments