Skip to content

Commit a96c84b

Browse files
committed
Update version for 1.10.0 release.
1 parent 83c3c17 commit a96c84b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
1111

1212
tensorflow_http_archive(
1313
name = "org_tensorflow",
14-
sha256 = "9680f4b96497a8309412d20f3277bf2b532db5a8ae75239bcd3cadf6e937da38",
15-
git_commit = "e5e9a8f4e97e6910cac46d84966ed82de2ec21b3",
14+
sha256 = "46a23940d1f1c33d45b0d8bfb534b4370ba736cef7b5ebb0af0d94198ebe900d",
15+
git_commit = "656e7a2b347c3c6eb76a6c130ed4b1def567b6c1",
1616
)
1717

1818
# TensorFlow depends on "io_bazel_rules_closure" so we need this here.

tensorflow_serving/model_servers/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ pkg_deb(
392392
homepage = "https://github.com/tensorflow/serving",
393393
maintainer = "TensorFlow Serving team",
394394
package = "tensorflow-model-server",
395-
version = "1.10.0-rc1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
395+
version = "1.10.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
396396
)
397397

398398
# Build with '-c opt'
@@ -403,5 +403,5 @@ pkg_deb(
403403
homepage = "https://github.com/tensorflow/serving",
404404
maintainer = "TensorFlow Serving team",
405405
package = "tensorflow-model-server-universal",
406-
version = "1.10.0-rc1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
406+
version = "1.10.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
407407
)

tensorflow_serving/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
DOCLINES = __doc__.split('\n')
3030

3131
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
32-
_VERSION = '1.10.0-rc1'
32+
_VERSION = '1.10.0'
3333

3434
REQUIRED_PACKAGES = [
3535
'tensorflow>=1.2.0,<2',

0 commit comments

Comments
 (0)