From f6d6fdd5607c2c7d7f96805b74f33a1e781dfabb Mon Sep 17 00:00:00 2001 From: dhruvesh09 <30351549+dhruvesh09@users.noreply.github.com> Date: Thu, 22 Jul 2021 09:58:47 -0700 Subject: [PATCH] TFX 1.0.0 Release (#4076) --- tfx/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfx/version.py b/tfx/version.py index 54ed06b454..4411102eba 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__ = '1.0.0-rc2' +__version__ = '1.0.0'