Skip to content

Commit 8a0cf2b

Browse files
dhruvesh09tf-model-analysis-team
authored and
tf-model-analysis-team
committed
Prepare for TFMA 0.21.1 Release
PiperOrigin-RevId: 292216406
1 parent 445b7b0 commit 8a0cf2b

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ combinations may also work.
6262
|tensorflow-model-analysis |tensorflow |apache-beam[gcp]|
6363
|------------------------------------------------------------------------------------|--------------|----------------|
6464
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md)|nightly (1.x/2.x) |2.17.0 |
65+
|[0.21.1](https://github.com/tensorflow/model-analysis/blob/v0.21.1/RELEASE.md) |1.15 / 2.1 |2.17.0 |
6566
|[0.21.0](https://github.com/tensorflow/model-analysis/blob/v0.21.0/RELEASE.md) |1.15 / 2.1 |2.17.0 |
6667
|[0.15.4](https://github.com/tensorflow/model-analysis/blob/v0.15.4/RELEASE.md) |1.15 / 2.0 |2.16.0 |
6768
|[0.15.3](https://github.com/tensorflow/model-analysis/blob/v0.15.3/RELEASE.md) |1.15 / 2.0 |2.16.0 |

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current version(still in Development)
1+
# Release 0.21.1
22

33
## Major Features and Improvements
44

g3doc/install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ combinations may also work.
5858
tensorflow-model-analysis | tensorflow | apache-beam[gcp]
5959
------------------------------------------------------------------------------------ | ----------------- | ----------------
6060
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.16.0
61+
[0.21.1](https://github.com/tensorflow/model-analysis/blob/v0.21.1/RELEASE.md) | 1.15 / 2.1 | 2.17.0
62+
[0.21.0](https://github.com/tensorflow/model-analysis/blob/v0.21.0/RELEASE.md) | 1.15 / 2.1 | 2.17.0
6163
[0.15.4](https://github.com/tensorflow/model-analysis/blob/v0.15.4/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6264
[0.15.3](https://github.com/tensorflow/model-analysis/blob/v0.15.3/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6365
[0.15.2](https://github.com/tensorflow/model-analysis/blob/v0.15.2/RELEASE.md) | 1.15 / 2.0 | 2.16.0

tensorflow_model_analysis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
# Version string for this release of TFMA.
1717
# Note that setup.py reads and uses this version.
18-
VERSION_STRING = '0.22.0dev'
18+
VERSION_STRING = '0.21.1'

0 commit comments

Comments
 (0)