Skip to content

Commit ba0b5bd

Browse files
Update version numbers to 2.13.1
1 parent 0f7c4ff commit ba0b5bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tensorflow/core/public/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
// tensorflow/tools/pip_package/setup.py
2323
#define TF_MAJOR_VERSION 2
2424
#define TF_MINOR_VERSION 13
25-
#define TF_PATCH_VERSION 0
25+
#define TF_PATCH_VERSION 1
2626

2727
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
2828
// "-beta", "-rc", "-rc.1")

tensorflow/tensorflow.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def register_extension_info(**kwargs):
7171
# not contain rc or alpha, only numbers.
7272
# Also update tensorflow/core/public/version.h
7373
# and tensorflow/tools/pip_package/setup.py
74-
VERSION = "2.13.0"
74+
VERSION = "2.13.1"
7575
VERSION_MAJOR = VERSION.split(".")[0]
7676
two_gpu_tags = ["requires-gpu-nvidia:2", "notap", "manual", "no_pip"]
7777

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# result for pip.
4848
# Also update tensorflow/tensorflow.bzl and
4949
# tensorflow/core/public/version.h
50-
_VERSION = '2.13.0'
50+
_VERSION = '2.13.1'
5151

5252

5353
# We use the same setup.py for all tensorflow_* packages and for the nightly

0 commit comments

Comments
 (0)