diff --git a/RELEASE.md b/RELEASE.md index 8de9b61..ad06d28 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.28.0 ## Major Features and Improvements diff --git a/tensorflow_metadata/version.py b/tensorflow_metadata/version.py index 12ae2f3..962a917 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.29.0.dev' +__version__ = '0.28.0'