Skip to content

Commit

Permalink
Update version for release 0.5.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 537458523
  • Loading branch information
lyyanlely committed Jun 3, 2023
1 parent 93fedb9 commit 28ff425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow_ranking/python/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '5'
_PATCH_VERSION = '2'
_PATCH_VERSION = '3'

# When building releases, we can update this value on the release branch to
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_ranking/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# This version string is semver compatible, but incompatible with pip.
# For pip, we will remove all '-' characters from this string, and use the
# result for pip.
_VERSION = '0.5.2'
_VERSION = '0.5.3'

REQUIRED_PACKAGES = [
'absl-py >= 0.1.6',
Expand Down

0 comments on commit 28ff425

Please sign in to comment.