From 9dbb58d4d45692756c9d18ee96a4be02e79dcac4 Mon Sep 17 00:00:00 2001 From: digitalec <31838395+digitalec@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:28:46 -0400 Subject: [PATCH] bumped version to 2.19.3 --- deemon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deemon/__init__.py b/deemon/__init__.py index ac8333f..0134ea9 100644 --- a/deemon/__init__.py +++ b/deemon/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from deemon.utils import startup -__version__ = '2.19.2' +__version__ = '2.19.3' __dbversion__ = '3.7' appdata = startup.get_appdata_dir()