Merge pull request from tensorflow/yifeif-patch-1

Update the version to 2.0.0 in tensorflow.bzl
This commit is contained in:
Goldie Gadde 2019-06-12 16:18:06 -07:00 committed by GitHub
commit 5c07d01e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ def register_extension_info(**kwargs):
# not contain rc or alpha, only numbers.
# Also update tensorflow/core/public/version.h
# and tensorflow/tools/pip_package/setup.py
VERSION = "1.13.1"
VERSION = "2.0.0"
VERSION_MAJOR = VERSION.split(".")[0]
def if_v2(a):