Skip to content

Commit

Permalink
Bump up stable version to 0.3.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 373300584
  • Loading branch information
lintian06 authored and Copybara-Service committed May 12, 2021
1 parent 9019b22 commit fa9dd93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tensorflow_examples/lite/model_maker/RELEASE.md
Expand Up @@ -2,7 +2,8 @@

## 0.3.1

* Polish document with minor changes.
* Polish document showing in
https://www.tensorflow.org/lite/api_docs/python/tflite_model_maker.
* Add some 0.2.x APIs for backward compatibility.

## 0.3.0
Expand Down
4 changes: 2 additions & 2 deletions tensorflow_examples/lite/model_maker/pip_package/setup.py
Expand Up @@ -57,14 +57,14 @@
# Set package version.
if nightly:
project_name = '{}-nightly'.format(project_name)
version = '0.3.1' # Version prefix, usually major.minor.micro.
version = '0.3.2' # Version prefix, usually major.minor.micro.
version = '{:s}.dev{:s}'.format(version, datestring)
classifiers += [
'Development Status :: 4 - Beta',
]
else:
# LINT.IfChange(model_maker_pip_version)
version = '0.3.0'
version = '0.3.1'
# LINT.ThenChange(../public/__init__.py, ../RELEASE.md)

# Path to model_maker dir: <repo>/tensorflow_examples/lite/model_maker
Expand Down

0 comments on commit fa9dd93

Please sign in to comment.