From e38252b8fec71524966ce5075c91f12bdc31837b Mon Sep 17 00:00:00 2001 From: digitalec <31838395+digitalec@users.noreply.github.com> Date: Fri, 21 Oct 2022 23:02:56 -0400 Subject: [PATCH] bump version to 2.17 --- deemon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deemon/__init__.py b/deemon/__init__.py index e3ecb04..65a8dcb 100644 --- a/deemon/__init__.py +++ b/deemon/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from deemon.utils import startup -__version__ = '2.17b1' +__version__ = '2.17' __dbversion__ = '3.6' appdata = startup.get_appdata_dir()