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()