diff --git a/RELEASE.md b/RELEASE.md index 9f6b25e..d870f20 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,15 +1,5 @@ -# Current version (not yet released; 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_metadata/version.py b/tensorflow_metadata/version.py index 52538ef..497282c 100644 --- a/tensorflow_metadata/version.py +++ b/tensorflow_metadata/version.py @@ -14,4 +14,4 @@ """Contains the version string of TFMD.""" # Note that setup.py uses this version. -__version__ = '0.26.0.dev' +__version__ = '0.25.0'