Skip to content

Commit

Permalink
Adjust version to 0.8.0 and match tensorflow==1.15.0rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Oct 14, 2019
1 parent 3aca2c2 commit cad3cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow_io/core/python/ops/io_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
from __future__ import division
from __future__ import print_function

package = 'tensorflow>=2.0.0,<2.1.0'
version = '0.9.0'
package = 'tensorflow==1.15.0rc3'
version = '0.8.0'

0 comments on commit cad3cd2

Please sign in to comment.