Skip to content

Commit

Permalink
Update version for release 0.5.4, resolve compatibility with tensorfl…
Browse files Browse the repository at this point in the history
…ow 2.16

PiperOrigin-RevId: 616286075
  • Loading branch information
lyyanlely committed Mar 17, 2024
1 parent 4949e55 commit 3a7d1b0
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 = '3'
_PATCH_VERSION = '4'

# 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.3'
_VERSION = '0.5.4'

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

0 comments on commit 3a7d1b0

Please sign in to comment.