From 628b0a0664343ac738592f7f9229684a1cbbba2b Mon Sep 17 00:00:00 2001 From: AFThielmann Date: Mon, 21 Oct 2024 16:51:56 +0200 Subject: [PATCH] version increase --- mambular/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mambular/__version__.py b/mambular/__version__.py index 095e93c..75a44a9 100644 --- a/mambular/__version__.py +++ b/mambular/__version__.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.2.3" +__version__ = "0.2.4"