From 54e96430783d61bf7d2d1cacc8f75fa4c76750b7 Mon Sep 17 00:00:00 2001 From: Simon Dirmeier Date: Wed, 4 Oct 2023 14:11:15 +0200 Subject: [PATCH] Minor increment --- sbijax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbijax/__init__.py b/sbijax/__init__.py index ff076eb..867e4cf 100644 --- a/sbijax/__init__.py +++ b/sbijax/__init__.py @@ -2,7 +2,7 @@ sbijax: Simulation-based inference in JAX """ -__version__ = "0.1.0" +__version__ = "0.1.1" from sbijax.abc.rejection_abc import RejectionABC