Skip to content

Commit e75bad3

Browse files
author
Vijay Vasudevan
committed
TensorFlow: Change TensorFlow version to 0.6.0.
Change-Id: Ic08e4095b6697676ee24dab6b2ec2abd06b0e2cf
1 parent f88fb6f commit e75bad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow/core/public/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
// TensorFlow uses semantic versioning, see http://semver.org/.
2020

2121
#define TF_MAJOR_VERSION 0
22-
#define TF_MINOR_VERSION 5
22+
#define TF_MINOR_VERSION 6
2323
#define TF_PATCH_VERSION 0
2424

2525
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from setuptools import find_packages, setup, Extension
2525
from setuptools.dist import Distribution
2626

27-
_VERSION = '0.5.0'
27+
_VERSION = '0.6.0'
2828

2929
REQUIRED_PACKAGES = [
3030
'numpy >= 1.8.2',

0 commit comments

Comments
 (0)