From db3bdb1844a0d6684db58aef2440ee1f09cacc34 Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Tue, 24 May 2016 08:19:16 -0400 Subject: [PATCH] version bump --- ntfy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfy/__init__.py b/ntfy/__init__.py index acdaa58..320dfed 100644 --- a/ntfy/__init__.py +++ b/ntfy/__init__.py @@ -1,7 +1,7 @@ import logging from importlib import import_module -__version__ = '2.0.2' +__version__ = '2.0.3' def notify(message, title, config=None, **kwargs):