From cd546f78602621ed62f3370e1b9092feaa4d6476 Mon Sep 17 00:00:00 2001 From: rtg0795 <36429068+rtg0795@users.noreply.github.com> Date: Tue, 14 Dec 2021 14:02:26 -0500 Subject: [PATCH] TFX 1.5.0 Release (#4529) --- tfx/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfx/version.py b/tfx/version.py index 3b73484c32..07eba24954 100644 --- a/tfx/version.py +++ b/tfx/version.py @@ -14,4 +14,4 @@ """Contains the version string of TFX.""" # Note that setup.py uses this version. -__version__ = '1.5.0-rc0' +__version__ = '1.5.0'