From 6c4386c1d34a3b750861d1399dd358e357977b18 Mon Sep 17 00:00:00 2001 From: Simon Dirmeier Date: Tue, 3 Oct 2023 18:55:43 +0200 Subject: [PATCH] Increment API --- sbijax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbijax/__init__.py b/sbijax/__init__.py index c510012..ff076eb 100644 --- a/sbijax/__init__.py +++ b/sbijax/__init__.py @@ -2,7 +2,7 @@ sbijax: Simulation-based inference in JAX """ -__version__ = "0.0.12" +__version__ = "0.1.0" from sbijax.abc.rejection_abc import RejectionABC