We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3759f commit 518ea14Copy full SHA for 518ea14
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.dev0",
+ version="0.6.0",
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-SNAPSHOT
+version = 0.6.0-incubating
27
28
# sonatype credentials
SONATYPE_USER = admin
0 commit comments