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 38ea9bb commit a16adebCopy full SHA for a16adeb
tensorflow/core/public/version.h
@@ -26,7 +26,7 @@ limitations under the License.
26
27
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
28
// "-beta", "-rc", "-rc.1")
29
-#define TF_VERSION_SUFFIX "-rc3"
+#define TF_VERSION_SUFFIX ""
30
31
#define TF_STR_HELPER(x) #x
32
#define TF_STR(x) TF_STR_HELPER(x)
tensorflow/tools/pip_package/setup.py
@@ -47,7 +47,7 @@
47
# result for pip.
48
# Also update tensorflow/tensorflow.bzl and
49
# tensorflow/core/public/version.h
50
-_VERSION = '1.15.0-rc3'
+_VERSION = '1.15.0'
51
52
REQUIRED_PACKAGES = [
53
'absl-py >= 0.7.0',
0 commit comments