Skip to content

Commit

Permalink
Merge pull request tensorflow#58581 from tensorflow-jenkins/version-n…
Browse files Browse the repository at this point in the history
…umbers-2.10.1-4527

Update version numbers for TensorFlow 2.10.1
  • Loading branch information
learning-to-play authored Nov 15, 2022
2 parents 7c857b8 + 319f094 commit fdfc646
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tensorflow/core/public/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
// tensorflow/tools/pip_package/setup.py
#define TF_MAJOR_VERSION 2
#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",
// "-beta", "-rc", "-rc.1")
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tensorflow.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def register_extension_info(**kwargs):
# not contain rc or alpha, only numbers.
# Also update tensorflow/core/public/version.h
# and tensorflow/tools/pip_package/setup.py
VERSION = "2.10.0"
VERSION = "2.10.1"
VERSION_MAJOR = VERSION.split(".")[0]
two_gpu_tags = ["requires-gpu-nvidia:2", "notap", "manual", "no_pip"]

Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# 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
Expand Down

0 comments on commit fdfc646

Please sign in to comment.