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'