Skip to content

Commit 518ea14

Browse files
committed
Preparing Gravitino release v0.6.0-incubating-rc5
1 parent 9a3759f commit 518ea14

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
@@ -29,7 +29,7 @@
2929
setup(
3030
name="apache-gravitino",
3131
description="Python lib/client for Apache Gravitino",
32-
version="0.6.1.dev0",
32+
version="0.6.0",
3333
long_description=long_description,
3434
long_description_content_type="text/markdown",
3535
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.6.1-incubating-SNAPSHOT
26+
version = 0.6.0-incubating
2727

2828
# sonatype credentials
2929
SONATYPE_USER = admin

0 commit comments

Comments
 (0)