We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6121075 + 41a84f2 commit 5828225Copy full SHA for 5828225
RELEASE.md
@@ -1,15 +1,5 @@
1
# `struct2tensor` release notes
2
3
-# Current Version (not yet released; still in development)
4
-
5
-## Major Features and Improvements
6
7
-## Bug Fixes and Other Changes
8
9
-## Breaking Changes
10
11
-## Deprecations
12
13
## Version 0.31.0
14
15
## Major Features and Improvements
struct2tensor/version.py
@@ -15,4 +15,4 @@
"""Contains the version string of struct2tensor."""
16
17
# Note that setup.py uses this version.
18
-__version__ = '0.32.0.dev'
+__version__ = '0.31.0'
0 commit comments