Skip to content

Commit

Permalink
#devinfra #fix Upgrade head version of Pip nightly builds to 0.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 401697287
  • Loading branch information
xunkai55 authored and tflite-support-robot committed Oct 8, 2021
1 parent 7795db9 commit dce2854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_lite_support/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# This version string is semver compatible, but incompatible with pip.
# For pip, we will remove all '-' characters from this string, and use the
# result for pip.
_VERSION = '0.1.0'
_VERSION = '0.3.0'

SETUP_PACKAGES = [
'pybind11 >= 2.6.0',
Expand Down

0 comments on commit dce2854

Please sign in to comment.