Skip to content

Commit

Permalink
create the 0.2.0 release to make dependency on TF2.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 276102193
  • Loading branch information
xuanhuiwang committed Oct 22, 2019
1 parent 4404b46 commit 5d02660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tensorflow_ranking/python/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '1'
_PATCH_VERSION = '6'
_MINOR_VERSION = '2'
_PATCH_VERSION = '0'

# 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
4 changes: 2 additions & 2 deletions tensorflow_ranking/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
# 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.6'
_VERSION = '0.2.0'

REQUIRED_PACKAGES = [
'absl-py >= 0.1.6', 'numpy >= 1.13.3', 'six >= 1.10.0',
'tensorflow-serving-api >= 1.15.0, < 2.0.0'
'tensorflow-serving-api >= 2.0.0, < 3.0.0'
]

project_name = 'tensorflow_ranking'
Expand Down

0 comments on commit 5d02660

Please sign in to comment.