From 2e24d20afb34aea56faff60828d2ac65f2d8b6c3 Mon Sep 17 00:00:00 2001 From: venkat2469 <104534215+venkat2469@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:47:16 -0800 Subject: [PATCH] Update version.py for TFX 1.12.0 Release (#5601) --- tfx/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfx/version.py b/tfx/version.py index de2256f0ee..3fba380194 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.12.0-rc0' +__version__ = '1.12.0'