From dc31ddf5f4bd1fb0ce52da33b1216920bf9be992 Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Thu, 19 May 2016 13:45:05 -0400 Subject: [PATCH] crap version is in code now --- ntfy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfy/__init__.py b/ntfy/__init__.py index 7a35b8a..acdaa58 100644 --- a/ntfy/__init__.py +++ b/ntfy/__init__.py @@ -1,7 +1,7 @@ import logging from importlib import import_module -__version__ = '2.0.1' +__version__ = '2.0.2' def notify(message, title, config=None, **kwargs):