diff --git a/notify/__init__.py b/notify/__init__.py index 84a7449..dbf51ad 100644 --- a/notify/__init__.py +++ b/notify/__init__.py @@ -1,6 +1,4 @@ from .notification import Notification from .notification import notification -__version__ = '1.1.0' - __all__ = ["Notification", "notification"] diff --git a/setup.py b/setup.py index d189e74..9d78342 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): setup( name="notify-send", - version="1.1.1", + version="1.1.2", description="notify-send notify.", long_description=readme(), long_description_content_type="text/markdown",