提交 e75bad39 编写于 作者: V Vijay Vasudevan

TensorFlow: Change TensorFlow version to 0.6.0.

Change-Id: Ic08e4095b6697676ee24dab6b2ec2abd06b0e2cf
上级 f88fb6f3
......@@ -19,7 +19,7 @@ limitations under the License.
// TensorFlow uses semantic versioning, see http://semver.org/.
#define TF_MAJOR_VERSION 0
#define TF_MINOR_VERSION 5
#define TF_MINOR_VERSION 6
#define TF_PATCH_VERSION 0
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
......
......@@ -24,7 +24,7 @@ import sys
from setuptools import find_packages, setup, Extension
from setuptools.dist import Distribution
_VERSION = '0.5.0'
_VERSION = '0.6.0'
REQUIRED_PACKAGES = [
'numpy >= 1.8.2',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册