From 399efe8c8141700d9ec4d17e87921c497d157579 Mon Sep 17 00:00:00 2001 From: Antoine Jeannot Date: Tue, 28 Nov 2023 16:47:28 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.30=20=E2=86=92=200.0.31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modelkit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelkit/__init__.py b/modelkit/__init__.py index 2b9b245f..3af85904 100644 --- a/modelkit/__init__.py +++ b/modelkit/__init__.py @@ -8,4 +8,4 @@ warnings.simplefilter(action="ignore", category=FutureWarning) -__version__ = "0.0.30" +__version__ = "0.0.31"