We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88fb6f commit e75bad3Copy full SHA for e75bad3
tensorflow/core/public/version.h
@@ -19,7 +19,7 @@ limitations under the License.
19
// TensorFlow uses semantic versioning, see http://semver.org/.
20
21
#define TF_MAJOR_VERSION 0
22
-#define TF_MINOR_VERSION 5
+#define TF_MINOR_VERSION 6
23
#define TF_PATCH_VERSION 0
24
25
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
tensorflow/tools/pip_package/setup.py
@@ -24,7 +24,7 @@
from setuptools import find_packages, setup, Extension
from setuptools.dist import Distribution
26
27
-_VERSION = '0.5.0'
+_VERSION = '0.6.0'
28
29
REQUIRED_PACKAGES = [
30
'numpy >= 1.8.2',
0 commit comments