Skip to content

Commit

Permalink
Bump TF to 2.6.0 and ready for 0.20.0 release (#1495)
Browse files Browse the repository at this point in the history
This PR bump TF to 2.6.0 and ready for 0.20.0 release.

Signed-off-by: Yong Tang <[email protected]>
  • Loading branch information
yongtang authored Aug 11, 2021
1 parent 4be1fde commit 1ab504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_io/python/ops/version_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""version_ops"""

version = "0.20.0"
require = "tensorflow>=2.6.0rc2,<2.7.0"
require = "tensorflow>=2.6.0,<2.7.0"

0 comments on commit 1ab504d

Please sign in to comment.