From 00f6608a0a73b768cd4a810601293d13e3bc722f Mon Sep 17 00:00:00 2001 From: Yifei Feng <1192265+yifeif@users.noreply.github.com> Date: Fri, 7 Jun 2019 13:50:56 -0700 Subject: [PATCH] Update the version to 2.0.0 in tensorflow.bzl Fix https://github.com/tensorflow/tensorflow/issues/29540 --- tensorflow/tensorflow.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tensorflow.bzl b/tensorflow/tensorflow.bzl index aaf417767ad..b13ed388632 100644 --- a/tensorflow/tensorflow.bzl +++ b/tensorflow/tensorflow.bzl @@ -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):