File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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")
Original file line number Diff line number Diff line change 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 "
6363VERSION_MAJOR = VERSION .split ("." )[0 ]
6464
6565# Sanitize a dependency so that it works correctly from code that includes
Original file line number Diff line number Diff line change 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
5454REQUIRED_PACKAGES = [
5555 'absl-py >= 0.7.0' ,
You can’t perform that action at this time.
0 commit comments