File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
11
11
12
12
tensorflow_http_archive (
13
13
name = "org_tensorflow" ,
14
- sha256 = "8ba460e7cc1d896105df4fee910f7b1fb29966575dd2a2385aa4296064a2a2e0 " ,
15
- git_commit = "63c13ff9b330682d136bc9219fa658f589b639f4 " ,
14
+ sha256 = "9345658274058773f34a8865fba14b9fdd3c1c4cb3eaf44dbb7f6c01632ee830 " ,
15
+ git_commit = "6612da89516247503f03ef76e974b51a434fb52e " ,
16
16
)
17
17
18
18
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ pkg_deb(
454
454
homepage = "https://github.com/tensorflow/serving" ,
455
455
maintainer = "TensorFlow Serving team" ,
456
456
package = "tensorflow-model-server" ,
457
- version = "1.13.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
457
+ version = "1.13.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
458
458
)
459
459
460
460
# Build with '-c opt'
@@ -465,5 +465,5 @@ pkg_deb(
465
465
homepage = "https://github.com/tensorflow/serving" ,
466
466
maintainer = "TensorFlow Serving team" ,
467
467
package = "tensorflow-model-server-universal" ,
468
- version = "1.13.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
468
+ version = "1.13.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
469
469
)
Original file line number Diff line number Diff line change 31
31
DOCLINES = __doc__ .split ('\n ' )
32
32
33
33
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34
- _VERSION = '1.13.0-rc1 '
34
+ _VERSION = '1.13.0'
35
35
36
36
project_name = 'tensorflow-serving-api'
37
37
# Set when building the pip package
You can’t perform that action at this time.
0 commit comments