From 68637c1faa9c3d7a27e43d87ae85c1639ef1a32a Mon Sep 17 00:00:00 2001 From: dhruvesh09 <30351549+dhruvesh09@users.noreply.github.com> Date: Tue, 9 Mar 2021 09:05:47 -0800 Subject: [PATCH] TFX 0.28.0 Release (#3352) * Update version.py --- tfx/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfx/version.py b/tfx/version.py index d45837c814..29ad0f5ed4 100644 --- a/tfx/version.py +++ b/tfx/version.py @@ -15,4 +15,4 @@ """Contains the version string of TFX.""" # Note that setup.py uses this version. -__version__ = '0.28.0-rc0' +__version__ = '0.28.0'