From ab13e7acf19bb6fde513c671969acbb1e6f993d6 Mon Sep 17 00:00:00 2001 From: digitalec Date: Sun, 14 Apr 2024 21:57:10 -0400 Subject: [PATCH] bump version to 2.21.1 --- deemon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deemon/__init__.py b/deemon/__init__.py index 3482bdb..63d74d8 100644 --- a/deemon/__init__.py +++ b/deemon/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from deemon.utils import startup -__version__ = '2.21' +__version__ = '2.21.1' __dbversion__ = '3.7' appdata = startup.get_appdata_dir()