Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb committed Aug 17, 2022
1 parent 5e64051 commit b7f0e9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.19.1

- bug fix for `ArviZ` integration (#727)

# v0.19.0

## Major changes and bug fixes
Expand Down
2 changes: 1 addition & 1 deletion sbi/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
# under the Affero General Public License v3, see <https://www.gnu.org/licenses/>.

VERSION = (0, 19, 0)
VERSION = (0, 19, 1)

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

0 comments on commit b7f0e9e

Please sign in to comment.