diff --git a/RELEASE.md b/RELEASE.md index 0994d20f..d60b9e2b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,15 +1,5 @@ -# Current Version(Still in Development) - -## Major Features and Improvements - -## Bug Fixes and Other Changes - -## Breaking changes - -## Deprecations - # Version 0.25.0 ## Major Features and Improvements diff --git a/tensorflow_data_validation/version.py b/tensorflow_data_validation/version.py index 910280d1..492ece3d 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.26.0.dev' +__version__ = '0.25.0'