Skip to content

Commit ebfc633

Browse files
authored
v0.12.2
1 parent f246408 commit ebfc633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbi/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
22
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.
33

4-
VERSION = (0, 12, 1)
4+
VERSION = (0, 12, 2)
55

66
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)