Skip to content

Commit 359e038

Browse files
committed
[Release] Update tfserving release version to 1.15.0+deeprec2210.
1 parent 21fdb59 commit 359e038

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_serving/tools/pip_package

1 file changed

+1
-1
lines changed

tensorflow_serving/tools/pip_package/setup.py

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

3333
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34-
_VERSION = '1.15.0+deeprec2208'
34+
_VERSION = '1.15.0+deeprec2210'
3535
# Have this by default be open; releasing a new version will lock to TF version
3636
_TF_VERSION = '~=1.15.0'
3737
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')

0 commit comments

Comments
 (0)