Skip to content

Commit

Permalink
Update version for release 0.1.5.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 270994525
  • Loading branch information
ramakumar1729 committed Sep 24, 2019
1 parent 9a52663 commit 8769d07
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 = '1'
_PATCH_VERSION = '4'
_PATCH_VERSION = '5'

# 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.1.4'
_VERSION = '0.1.5'

REQUIRED_PACKAGES = [
'absl-py >= 0.1.6', 'numpy >= 1.13.3', 'six >= 1.10.0',
Expand Down

0 comments on commit 8769d07

Please sign in to comment.