Skip to content

Commit

Permalink
Adjust version to 0.8.0 and match tensorflow==1.15.0rc0
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 1, 2019
1 parent 2d40961 commit cd94eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ def get_outputs(self):
)
"""

package = 'tensorflow>=2.0.0,<2.1.0'
version = '0.9.0'
package = 'tensorflow==1.15.0rc1'
version = '0.8.0'
project = 'tensorflow-io'
if '--package-version' in sys.argv:
print(package)
Expand Down

0 comments on commit cd94eaa

Please sign in to comment.