Merge pull request #46560 from tensorflow-jenkins/version-numbers-2.4.1-3958
Update version numbers for TensorFlow 2.4.1
This commit is contained in:
commit
85c8b2a817
@ -22,7 +22,7 @@ limitations under the License.
|
||||
// tensorflow/tools/pip_package/setup.py
|
||||
#define TF_MAJOR_VERSION 2
|
||||
#define TF_MINOR_VERSION 4
|
||||
#define TF_PATCH_VERSION 0
|
||||
#define TF_PATCH_VERSION 1
|
||||
|
||||
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
|
||||
// "-beta", "-rc", "-rc.1")
|
||||
|
@ -55,7 +55,7 @@ load("@bazel_skylib//rules:common_settings.bzl", "BuildSettingInfo")
|
||||
# not contain rc or alpha, only numbers.
|
||||
# Also update tensorflow/core/public/version.h
|
||||
# and tensorflow/tools/pip_package/setup.py
|
||||
VERSION = "2.4.0"
|
||||
VERSION = "2.4.1"
|
||||
VERSION_MAJOR = VERSION.split(".")[0]
|
||||
|
||||
# Sanitize a dependency so that it works correctly from code that includes
|
||||
|
@ -50,7 +50,7 @@ from setuptools.dist import Distribution
|
||||
# result for pip.
|
||||
# Also update tensorflow/tensorflow.bzl and
|
||||
# tensorflow/core/public/version.h
|
||||
_VERSION = '2.4.0'
|
||||
_VERSION = '2.4.1'
|
||||
|
||||
|
||||
# We use the same setup.py for all tensorflow_* packages and for the nightly
|
||||
|
Loading…
Reference in New Issue
Block a user