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 f246408 commit ebfc633Copy full SHA for ebfc633
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, 1)
+VERSION = (0, 12, 2)
5
6
__version__ = ".".join(map(str, VERSION))
0 commit comments