Skip to content

Commit

Permalink
[Release] Update tfserving release version to 1.15.0+deeprec2204.
Browse files Browse the repository at this point in the history
  • Loading branch information
liutongxuan committed Apr 8, 2022
1 parent d2f8071 commit 6cfe09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_serving/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
DOCLINES = __doc__.split('\n')

# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
_VERSION = '1.15.0'
_VERSION = '1.15.0+deeprec2204'
# Have this by default be open; releasing a new version will lock to TF version
_TF_VERSION = '~=1.15.0'
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')
Expand Down

0 comments on commit 6cfe09d

Please sign in to comment.