From 38a2a20c4e46a180cd080de932826cc4e0a30e8f Mon Sep 17 00:00:00 2001 From: digitalec <31838395+digitalec@users.noreply.github.com> Date: Sat, 12 Oct 2024 23:10:51 -0400 Subject: [PATCH] Bump version to 2.22 --- deemon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deemon/__init__.py b/deemon/__init__.py index 6d909ea..ee56041 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.3' +__version__ = '2.22' __dbversion__ = '3.7' appdata = startup.get_appdata_dir()