diff --git a/RELEASE.md b/RELEASE.md index e8e6f33a..4e195993 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,17 +1,5 @@ -# Current Version(Still in Development) - -## Major Features and Improvements - -## Bug Fixes and Other Changes - -## Known Issues - -## Breaking changes - -## Deprecations - # Version 0.26.0 ## Major Features and Improvements diff --git a/tensorflow_data_validation/version.py b/tensorflow_data_validation/version.py index 9e3ecabc..e3330dd1 100644 --- a/tensorflow_data_validation/version.py +++ b/tensorflow_data_validation/version.py @@ -15,4 +15,4 @@ """Contains the version string of TFDV.""" # Note that setup.py uses this version. -__version__ = '0.27.0.dev' +__version__ = '0.26.0'