Skip to content

Commit 6612da8

Browse files
authored
Merge pull request tensorflow#26101 from gunan/r1.13
Bump TF version to 1.13.1
2 parents 078bcf8 + e38f835 commit 6612da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow/core/public/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
#define TF_MAJOR_VERSION 1
2222
#define TF_MINOR_VERSION 13
23-
#define TF_PATCH_VERSION 0
23+
#define TF_PATCH_VERSION 1
2424

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

tensorflow/tools/pip_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# This version string is semver compatible, but incompatible with pip.
4646
# For pip, we will remove all '-' characters from this string, and use the
4747
# result for pip.
48-
_VERSION = '1.13.0'
48+
_VERSION = '1.13.1'
4949

5050
REQUIRED_PACKAGES = [
5151
'absl-py >= 0.1.6',

0 commit comments

Comments
 (0)