From ce38002676b770bb9632a91521b1cee8df5b883e Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 10 Oct 2024 17:09:33 +0200 Subject: [PATCH] chore: bump version --- 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 d3a5f12..6658f36 100644 --- a/src/notfellchen/__init__.py +++ b/src/notfellchen/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.0" +__version__ = "0.3.0" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.