Skip to content

Commit fcc4b96

Browse files
Merge pull request #43446 from tensorflow-jenkins/version-numbers-2.3.1-16251
Update version numbers for TensorFlow 2.3.1
2 parents eee8224 + 4cf2230 commit fcc4b96

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 3
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
@@ -59,7 +59,7 @@ load(
5959
# not contain rc or alpha, only numbers.
6060
# Also update tensorflow/core/public/version.h
6161
# and tensorflow/tools/pip_package/setup.py
62-
VERSION = "2.3.0"
62+
VERSION = "2.3.1"
6363
VERSION_MAJOR = VERSION.split(".")[0]
6464

6565
# Sanitize a dependency so that it works correctly from code that includes

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# result for pip.
5050
# Also update tensorflow/tensorflow.bzl and
5151
# tensorflow/core/public/version.h
52-
_VERSION = '2.3.0'
52+
_VERSION = '2.3.1'
5353

5454
REQUIRED_PACKAGES = [
5555
'absl-py >= 0.7.0',

0 commit comments

Comments
 (0)