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 c4b2951 + 82515ce commit b36436bCopy full SHA for b36436b
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 "-rc2"
+#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
@@ -49,7 +49,7 @@
49
# result for pip.
50
# Also update tensorflow/tensorflow.bzl and
51
# tensorflow/core/public/version.h
52
-_VERSION = '2.3.0-rc2'
+_VERSION = '2.3.0'
53
54
REQUIRED_PACKAGES = [
55
'absl-py >= 0.7.0',
0 commit comments