We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fdb59 commit 359e038Copy full SHA for 359e038
tensorflow_serving/tools/pip_package/setup.py
@@ -31,7 +31,7 @@
31
DOCLINES = __doc__.split('\n')
32
33
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34
-_VERSION = '1.15.0+deeprec2208'
+_VERSION = '1.15.0+deeprec2210'
35
# Have this by default be open; releasing a new version will lock to TF version
36
_TF_VERSION = '~=1.15.0'
37
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')
0 commit comments