Merge pull request #41670 from tensorflow-jenkins/version-numbers-2.3.0-24378
Update version numbers for TensorFlow 2.3.0
This commit is contained in:
commit
b36436b087
@ -26,7 +26,7 @@ limitations under the License.
|
|||||||
|
|
||||||
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
|
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
|
||||||
// "-beta", "-rc", "-rc.1")
|
// "-beta", "-rc", "-rc.1")
|
||||||
#define TF_VERSION_SUFFIX "-rc2"
|
#define TF_VERSION_SUFFIX ""
|
||||||
|
|
||||||
#define TF_STR_HELPER(x) #x
|
#define TF_STR_HELPER(x) #x
|
||||||
#define TF_STR(x) TF_STR_HELPER(x)
|
#define TF_STR(x) TF_STR_HELPER(x)
|
||||||
|
@ -49,7 +49,7 @@ from setuptools.dist import Distribution
|
|||||||
# result for pip.
|
# result for pip.
|
||||||
# Also update tensorflow/tensorflow.bzl and
|
# Also update tensorflow/tensorflow.bzl and
|
||||||
# tensorflow/core/public/version.h
|
# tensorflow/core/public/version.h
|
||||||
_VERSION = '2.3.0-rc2'
|
_VERSION = '2.3.0'
|
||||||
|
|
||||||
REQUIRED_PACKAGES = [
|
REQUIRED_PACKAGES = [
|
||||||
'absl-py >= 0.7.0',
|
'absl-py >= 0.7.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user