Skip to content

Commit 9434501

Browse files
committed
Preparing Gravitino release v0.8.0-incubating-rc3
1 parent e2cf21d commit 9434501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/client-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
setup(
2828
name="apache-gravitino",
2929
description="Python lib/client for Apache Gravitino",
30-
version="0.8.1.dev0",
30+
version="0.8.0",
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",
3333
author="Apache Software Foundation",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.gradle.caching=true
2323
org.gradle.jvmargs=-Xmx4g
2424

2525
# version that is going to be updated automatically by releases
26-
version = 0.8.1-incubating-SNAPSHOT
26+
version = 0.8.0-incubating
2727

2828
# sonatype credentials
2929
SONATYPE_USER = admin

0 commit comments

Comments
 (0)