From fa152b98d6cc4c34f1eb1486c8e3fdf6d8d6ff3a Mon Sep 17 00:00:00 2001 From: dhruvesh09 <30351549+dhruvesh09@users.noreply.github.com> Date: Tue, 9 Feb 2021 11:20:07 -0800 Subject: [PATCH] TFX 0.27.0 Release (#3228) * 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 b40337d7ea..a5fcf9bfca 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.27.0-rc0' +__version__ = '0.27.0'