Skip to content

Commit 1b33368

Browse files
shadowdragon89tensorflow-copybara
authored andcommitted
Update the version range for 2.0 release.
PiperOrigin-RevId: 275075588
1 parent 142d0ad commit 1b33368

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
3434
_VERSION = '0.0.0'
3535
# Have this by default be open; releasing a new version will lock to TF version
36-
_TF_VERSION = '>=1.2.0,<2'
36+
_TF_VERSION = '>=1.2.0,<3'
3737
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')
3838

3939
project_name = 'tensorflow-serving-api'

0 commit comments

Comments
 (0)