From 80f0156a201769ae323de01ac438a8fa68fc34f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=2E=20Santos?= Date: Sat, 16 Jul 2022 22:21:05 -0300 Subject: [PATCH] Release version 1.0.0 --- notify/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notify/__init__.py b/notify/__init__.py index 6f57202..dcddcec 100644 --- a/notify/__init__.py +++ b/notify/__init__.py @@ -1,6 +1,6 @@ from .notification import Notification from .notification import notification -__version__ = '0.0.20' +__version__ = '1.0.0' __all__ = ["Notification", "notification"] diff --git a/setup.py b/setup.py index a127ed2..7f5b06e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): setup( name="notify-send", - version="0.0.20", + version="1.0.0", description="notify-send notify.", long_description=readme(), long_description_content_type="text/markdown",