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 e2cf21d commit 9434501Copy full SHA for 9434501
clients/client-python/setup.py
@@ -27,7 +27,7 @@
27
setup(
28
name="apache-gravitino",
29
description="Python lib/client for Apache Gravitino",
30
- version="0.8.1.dev0",
+ version="0.8.0",
31
long_description=long_description,
32
long_description_content_type="text/markdown",
33
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.8.1-incubating-SNAPSHOT
+version = 0.8.0-incubating
# sonatype credentials
SONATYPE_USER = admin
0 commit comments