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.
1 parent 974dfaa commit cba822cCopy full SHA for cba822c
sbi/__version__.py
@@ -1,6 +1,6 @@
1
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
2
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.
3
4
-VERSION = (0, 12, 2)
+VERSION = (0, 13, 0)
5
6
__version__ = ".".join(map(str, VERSION))
0 commit comments