Update version numbers to 2.3.0-rc1

This commit is contained in:
TensorFlow Release Automation 2020-07-07 11:49:12 -07:00 committed by Gunhan Gulsoy
parent 602c151bb1
commit f89998cac6
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ limitations under the License.
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1")
#define TF_VERSION_SUFFIX "-rc0"
#define TF_VERSION_SUFFIX "-rc1"
#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)

View File

@ -49,7 +49,7 @@ from setuptools.dist import Distribution
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
_VERSION = '2.3.0-rc0'
_VERSION = '2.3.0-rc1'
REQUIRED_PACKAGES = [
'absl-py >= 0.7.0',