Skip to content

Commit

Permalink
Default to valid version for wheel file
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 215297715
  • Loading branch information
gautamvasudevan authored and tensorflower-gardener committed Oct 1, 2018
1 parent 837201a commit df5ad15
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 @@ -29,7 +29,7 @@
DOCLINES = __doc__.split('\n')

# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
_VERSION = 'undefined'
_VERSION = '0.0.0'

REQUIRED_PACKAGES = [
'tensorflow>=1.2.0,<2',
Expand Down

0 comments on commit df5ad15

Please sign in to comment.