Skip to content

Commit

Permalink
[MINOR] change version to release v0.5.1-rc3 (#3725)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
FANNG1 authored Jun 3, 2024
1 parent 4187dc2 commit c26dcf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/client-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name="gravitino",
description="Python lib/client for Gravitino",
version="0.5.2.dev1",
version="0.5.1",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/datastrato/gravitino",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx4g

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

# sonatype credentials
SONATYPE_USER = admin
Expand Down

0 comments on commit c26dcf1

Please sign in to comment.