From 76136412a6e8a5a970ba87705cde3ac5c3f6aa0d Mon Sep 17 00:00:00 2001 From: Constantin Pape Date: Tue, 20 Feb 2024 19:12:06 +0100 Subject: [PATCH] Bump version --- mobie/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobie/__version__.py b/mobie/__version__.py index f52d982..5d6a35c 100644 --- a/mobie/__version__.py +++ b/mobie/__version__.py @@ -1,2 +1,2 @@ -__version__ = "0.5.0" +__version__ = "0.5.1" SPEC_VERSION = "0.3.0"