Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreztz committed Jul 17, 2022
1 parent 1ec2aa1 commit 80f0156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notify/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .notification import Notification
from .notification import notification

__version__ = '0.0.20'
__version__ = '1.0.0'

__all__ = ["Notification", "notification"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 80f0156

Please sign in to comment.