Skip to content

Commit cba822c

Browse files
authored
Bump version
1 parent 974dfaa commit cba822c

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, 2)
4+
VERSION = (0, 13, 0)
55

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

0 commit comments

Comments
 (0)