Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit c471341

Browse files
author
Ryan Sepassi
committed
v1.5.2
PiperOrigin-RevId: 186040135
1 parent a31d68c commit c471341

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ env:
1010
matrix:
1111
- TF_VERSION="1.4.*"
1212
- TF_VERSION="1.5.*"
13-
- TF_VERSION="1.6.0rc0"
13+
- TF_VERSION="1.6.0rc1"
1414
matrix:
1515
exclude:
1616
- python: "3.6"
1717
env: TF_VERSION="1.4.*"
1818
- python: "3.6"
19-
env: TF_VERSION="1.6.0rc0"
19+
env: TF_VERSION="1.6.0rc1"
2020
before_install:
2121
- echo "deb [arch=amd64] http://storage.googleapis.com/tensorflow-serving-apt stable tensorflow-model-server tensorflow-model-server-universal" | sudo tee /etc/apt/sources.list.d/tensorflow-serving.list
2222
- curl https://storage.googleapis.com/tensorflow-serving-apt/tensorflow-serving.release.pub.gpg | sudo apt-key add -

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='tensor2tensor',
8-
version='1.5.1',
8+
version='1.5.2',
99
description='Tensor2Tensor',
1010
author='Google Inc.',
1111
author_email='no-reply@google.com',

0 commit comments

Comments
 (0)