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 10, 2019
1 parent c025a80 commit 212544a
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.0rc0'
version = '0.9.0'
package = 'tensorflow==1.15.0rc0'
version = '0.8.0'
project = 'tensorflow-io'
if '--package-version' in sys.argv:
print(package)
Expand Down

0 comments on commit 212544a

Please sign in to comment.