We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a54250 commit b903b81Copy full SHA for b903b81
tensorflow/core/public/version.h
@@ -24,7 +24,7 @@ limitations under the License.
24
25
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
26
// "-beta", "-rc", "-rc.1")
27
-#define TF_VERSION_SUFFIX "-rc1"
+#define TF_VERSION_SUFFIX "-rc2"
28
29
#define TF_STR_HELPER(x) #x
30
#define TF_STR(x) TF_STR_HELPER(x)
tensorflow/tools/pip_package/setup.py
@@ -45,7 +45,7 @@
45
# This version string is semver compatible, but incompatible with pip.
46
# For pip, we will remove all '-' characters from this string, and use the
47
# result for pip.
48
-_VERSION = '1.11.0-rc1'
+_VERSION = '1.11.0-rc2'
49
50
REQUIRED_PACKAGES = [
51
'absl-py >= 0.1.6',
0 commit comments