From ea19bb927264119e1ea48f72913a512ecc8a18c9 Mon Sep 17 00:00:00 2001 From: digitalec <31838395+digitalec@users.noreply.github.com> Date: Thu, 2 Mar 2023 22:49:24 -0500 Subject: [PATCH] bump version to 2.18.3 --- deemon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deemon/__init__.py b/deemon/__init__.py index 528bb7a..9845469 100644 --- a/deemon/__init__.py +++ b/deemon/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from deemon.utils import startup -__version__ = '2.18.2' +__version__ = '2.18.3' __dbversion__ = '3.7' appdata = startup.get_appdata_dir()