From a8782e43d3970cd65ed4edff17c37c56bb6b231e Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sun, 25 Oct 2020 08:09:35 +0000 Subject: [PATCH] Add version output. Resolves: #12 --- alertify.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alertify.py b/alertify.py index 35855c8..82acbc7 100644 --- a/alertify.py +++ b/alertify.py @@ -56,6 +56,8 @@ if __name__ == '__main__': args = parse_cli() + logging.info('Version: %s', alertify.__version__) + # forwarder = alertify.Alertify(args.config) forwarder = alertify.Alertify()