未验证 提交 fdfc6467 编写于 作者: L learning-to-play 提交者: GitHub

Merge pull request #58581 from tensorflow-jenkins/version-numbers-2.10.1-4527

Update version numbers for TensorFlow 2.10.1
...@@ -22,7 +22,7 @@ limitations under the License. ...@@ -22,7 +22,7 @@ limitations under the License.
// tensorflow/tools/pip_package/setup.py // tensorflow/tools/pip_package/setup.py
#define TF_MAJOR_VERSION 2 #define TF_MAJOR_VERSION 2
#define TF_MINOR_VERSION 10 #define TF_MINOR_VERSION 10
#define TF_PATCH_VERSION 0 #define TF_PATCH_VERSION 1
// 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")
......
...@@ -61,7 +61,7 @@ def register_extension_info(**kwargs): ...@@ -61,7 +61,7 @@ def register_extension_info(**kwargs):
# not contain rc or alpha, only numbers. # not contain rc or alpha, only numbers.
# Also update tensorflow/core/public/version.h # Also update tensorflow/core/public/version.h
# and tensorflow/tools/pip_package/setup.py # and tensorflow/tools/pip_package/setup.py
VERSION = "2.10.0" VERSION = "2.10.1"
VERSION_MAJOR = VERSION.split(".")[0] VERSION_MAJOR = VERSION.split(".")[0]
two_gpu_tags = ["requires-gpu-nvidia:2", "notap", "manual", "no_pip"] two_gpu_tags = ["requires-gpu-nvidia:2", "notap", "manual", "no_pip"]
......
...@@ -46,7 +46,7 @@ from setuptools.dist import Distribution ...@@ -46,7 +46,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.10.0' _VERSION = '2.10.1'
# We use the same setup.py for all tensorflow_* packages and for the nightly # We use the same setup.py for all tensorflow_* packages and for the nightly
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册