Skip to content

Commit fa9dd93

Browse files
lintian06copybara-github
authored andcommitted
Bump up stable version to 0.3.1.
PiperOrigin-RevId: 373300584
1 parent 9019b22 commit fa9dd93

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tensorflow_examples/lite/model_maker/RELEASE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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

tensorflow_examples/lite/model_maker/pip_package/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
# Set package version.
5858
if 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
]
6565
else:
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

0 commit comments

Comments
 (0)