Merge pull request #29547 from tensorflow/yifeif-patch-1
Update the version to 2.0.0 in tensorflow.bzl
This commit is contained in:
commit
5c07d01e92
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user