From 0f2b75f3c49866ea9b89134a7bbd83d1170c7074 Mon Sep 17 00:00:00 2001 From: venkat2469 <104534215+venkat2469@users.noreply.github.com> Date: Tue, 13 Dec 2022 14:55:56 -0800 Subject: [PATCH] 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 3fba380194..de2256f0ee 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' +__version__ = '1.12.0-rc0'