From dfae6315d9f5f287233c621e1695ac0bf9de44f6 Mon Sep 17 00:00:00 2001 From: Le Yan Date: Wed, 26 Oct 2022 14:45:18 -0700 Subject: [PATCH] Update version for release 0.5.1 PiperOrigin-RevId: 484076291 --- tensorflow_ranking/python/version.py | 2 +- tensorflow_ranking/tools/pip_package/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow_ranking/python/version.py b/tensorflow_ranking/python/version.py index a03cf28..fa8d3a5 100644 --- a/tensorflow_ranking/python/version.py +++ b/tensorflow_ranking/python/version.py @@ -17,7 +17,7 @@ # We follow Semantic Versioning (https://semver.org/) _MAJOR_VERSION = '0' _MINOR_VERSION = '5' -_PATCH_VERSION = '0' +_PATCH_VERSION = '1' # When building releases, we can update this value on the release branch to # reflect the current release candidate ('rc0', 'rc1') or, finally, the official diff --git a/tensorflow_ranking/tools/pip_package/setup.py b/tensorflow_ranking/tools/pip_package/setup.py index c450baa..36a1e3b 100644 --- a/tensorflow_ranking/tools/pip_package/setup.py +++ b/tensorflow_ranking/tools/pip_package/setup.py @@ -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.0' +_VERSION = '0.5.1' REQUIRED_PACKAGES = [ 'absl-py >= 0.1.6',