From 5c33ac3833274155f9e394ffc807ca232142c843 Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 11 Jan 2025 11:03:07 +0100 Subject: [PATCH] meta: bump version to 0.4.0 --- src/notfellchen/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notfellchen/__init__.py b/src/notfellchen/__init__.py index 14cb709..412bccc 100644 --- a/src/notfellchen/__init__.py +++ b/src/notfellchen/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.1" +__version__ = "0.4.0" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.