diff --git a/RELEASE.md b/RELEASE.md index 1f47f14..f8cf620 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,15 +1,5 @@ # `struct2tensor` release notes -# Current version (not yet released; still in development) - -## Major Features and Improvements - -## Bug Fixes and Other Changes - -## Breaking changes - -## Deprecations - ## Release 0.25.0 ## Major Features and Improvements diff --git a/struct2tensor/version.py b/struct2tensor/version.py index 9be00b4..7b489af 100644 --- a/struct2tensor/version.py +++ b/struct2tensor/version.py @@ -15,4 +15,4 @@ """Contains the version string of struct2tensor.""" # Note that setup.py uses this version. -__version__ = '0.26.0.dev' +__version__ = '0.25.0'