From f36fb69435aa88ef81c06c3490527b1d7f8672bd Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Fri, 30 Oct 2020 08:51:59 +0000 Subject: [PATCH] Version bump --- src/alertify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alertify/__init__.py b/src/alertify/__init__.py index d150d37..80c92e2 100644 --- a/src/alertify/__init__.py +++ b/src/alertify/__init__.py @@ -6,7 +6,7 @@ __author__ = 'Scott Wallace' __email__ = 'scott@wallace.sh' __maintainer__ = 'Scott Wallace' -__version__ = '1.5' +__version__ = '1.6' from .config import Config from .gotify import Gotify