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 Sep 21, 2019
1 parent a0cc8b7 commit ff84825
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.0rc1'
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 ff84825

Please sign in to comment.