We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 078bcf8 + e38f835 commit 6612da8Copy full SHA for 6612da8
tensorflow/core/public/version.h
@@ -20,7 +20,7 @@ limitations under the License.
20
21
#define TF_MAJOR_VERSION 1
22
#define TF_MINOR_VERSION 13
23
-#define TF_PATCH_VERSION 0
+#define TF_PATCH_VERSION 1
24
25
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
26
// "-beta", "-rc", "-rc.1")
tensorflow/tools/pip_package/setup.py
@@ -45,7 +45,7 @@
45
# This version string is semver compatible, but incompatible with pip.
46
# For pip, we will remove all '-' characters from this string, and use the
47
# result for pip.
48
-_VERSION = '1.13.0'
+_VERSION = '1.13.1'
49
50
REQUIRED_PACKAGES = [
51
'absl-py >= 0.1.6',
0 commit comments