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