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.
2 parents 86a0d86 + 7afe1bc commit 2107b1dCopy full SHA for 2107b1d
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
@@ -50,7 +50,7 @@
50
# result for pip.
51
# Also update tensorflow/tensorflow.bzl and
52
# tensorflow/core/public/version.h
53
-_VERSION = '2.5.0-rc3'
+_VERSION = '2.5.0'
54
55
56
# We use the same setup.py for all tensorflow_* packages and for the nightly
0 commit comments