Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit dfae631

Browse files
committed
Update version for release 0.5.1
PiperOrigin-RevId: 484076291
1 parent d3d600d commit dfae631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow_ranking/python/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We follow Semantic Versioning (https://semver.org/)
1818
_MAJOR_VERSION = '0'
1919
_MINOR_VERSION = '5'
20-
_PATCH_VERSION = '0'
20+
_PATCH_VERSION = '1'
2121

2222
# When building releases, we can update this value on the release branch to
2323
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official

tensorflow_ranking/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# This version string is semver compatible, but incompatible with pip.
2929
# For pip, we will remove all '-' characters from this string, and use the
3030
# result for pip.
31-
_VERSION = '0.5.0'
31+
_VERSION = '0.5.1'
3232

3333
REQUIRED_PACKAGES = [
3434
'absl-py >= 0.1.6',

0 commit comments

Comments
 (0)