Skip to content

Commit 6e8584f

Browse files
fredrectensorflower-gardener
authored andcommitted
Update release notes and version for TFMOT release 0.7.1.
PiperOrigin-RevId: 427407608
1 parent 02e0cd5 commit 6e8584f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Keras pruning API:
3333
# TensorFlow Model Optimization next release TBD
3434

3535

36+
# TensorFlow Model Optimization 0.7.1
37+
38+
TFMOT 0.7.1 fixes a bug in tensor_encoding in 9e4c106267a4a7f61e0d90b0848db15fd063b80e.
3639

3740
# TensorFlow Model Optimization 0.7.0
3841

tensorflow_model_optimization/python/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We follow Semantic Versioning (https://semver.org/)
1818
_MAJOR_VERSION = '0'
1919
_MINOR_VERSION = '7'
20-
_PATCH_VERSION = '0'
20+
_PATCH_VERSION = '1'
2121

2222
# When building releases, we can update this value on the release branch to
2323
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official

0 commit comments

Comments
 (0)