Skip to content

Commit c26dcf1

Browse files
authored
[MINOR] change version to release v0.5.1-rc3 (#3725)
### What changes were proposed in this pull request? change version to release v0.5.1-rc3 ### Why are the changes needed? change version to release v0.5.1-rc3 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing tests
1 parent 4187dc2 commit c26dcf1

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
@@ -15,7 +15,7 @@
1515
setup(
1616
name="gravitino",
1717
description="Python lib/client for Gravitino",
18-
version="0.5.2.dev1",
18+
version="0.5.1",
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",
2121
url="https://github.com/datastrato/gravitino",

gradle.properties

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

1111
# version that is going to be updated automatically by releases
12-
version = 0.5.2-SNAPSHOT
12+
version = 0.5.1
1313

1414
# sonatype credentials
1515
SONATYPE_USER = admin

0 commit comments

Comments
 (0)