From 4bb4d0386b2da895b665498dcffaa24d7a0d9051 Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 21 Jun 2025 08:18:19 +0200 Subject: [PATCH] release: 1.0.1 --- 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 0fdeb6c..cee88c7 100644 --- a/src/notfellchen/__init__.py +++ b/src/notfellchen/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.