From e59c348d0c5b5060e7f4695e96289648968e993a Mon Sep 17 00:00:00 2001 From: dhruvesh09 <30351549+dhruvesh09@users.noreply.github.com> Date: Tue, 23 Mar 2021 15:13:45 -0700 Subject: [PATCH] TFX 0.26.3 Patch Release (#3441) * Update RELEASE.md * Update version.py --- RELEASE.md | 2 +- tfx/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index a38b046846..a5faa64c6d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# Version 0.26.2 +# Version 0.26.3 * This a bug fix only version ## Major Features and Improvements diff --git a/tfx/version.py b/tfx/version.py index 863111db87..209ed6d6ec 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__ = '0.26.2' +__version__ = '0.26.3'