From d404e41a4bce7524c8d076841e7155915f4d2a1a Mon Sep 17 00:00:00 2001 From: Simon Dirmeier Date: Wed, 4 Oct 2023 14:21:32 +0200 Subject: [PATCH] Fix function --- sbijax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbijax/__init__.py b/sbijax/__init__.py index 867e4cf..44930df 100644 --- a/sbijax/__init__.py +++ b/sbijax/__init__.py @@ -2,7 +2,7 @@ sbijax: Simulation-based inference in JAX """ -__version__ = "0.1.1" +__version__ = "0.1.2" from sbijax.abc.rejection_abc import RejectionABC