From f04638d2286b01a75b0ce8ece42be348b84a4c3c Mon Sep 17 00:00:00 2001 From: Madhur Karampudi <142544288+vkarampudi@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:05:36 -0700 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 62d93d1f9c..306c9a6f6c 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.15.0-rc0' +__version__ = '1.15.0'