diff --git a/RELEASE.md b/RELEASE.md index 138de77..66c0ade 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 - ## Version 0.31.0 ## Major Features and Improvements diff --git a/struct2tensor/version.py b/struct2tensor/version.py index 59b30f0..6714e61 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.32.0.dev' +__version__ = '0.31.0'