File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
tensorflow_examples/lite/model_maker Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33## 0.3.1
44
5- * Polish document with minor changes.
5+ * Polish document showing in
6+ https://www.tensorflow.org/lite/api_docs/python/tflite_model_maker .
67* Add some 0.2.x APIs for backward compatibility.
78
89## 0.3.0
Original file line number Diff line number Diff line change 5757# Set package version.
5858if nightly :
5959 project_name = '{}-nightly' .format (project_name )
60- version = '0.3.1 ' # Version prefix, usually major.minor.micro.
60+ version = '0.3.2 ' # Version prefix, usually major.minor.micro.
6161 version = '{:s}.dev{:s}' .format (version , datestring )
6262 classifiers += [
6363 'Development Status :: 4 - Beta' ,
6464 ]
6565else :
6666 # LINT.IfChange(model_maker_pip_version)
67- version = '0.3.0 '
67+ version = '0.3.1 '
6868 # LINT.ThenChange(../public/__init__.py, ../RELEASE.md)
6969
7070# Path to model_maker dir: <repo>/tensorflow_examples/lite/model_maker
You can’t perform that action at this time.
0 commit comments