Skip to content

Commit

Permalink
Merge pull request #22 from andreztz/release-1.1.0
Browse files Browse the repository at this point in the history
Release version 1.1.0
  • Loading branch information
andreztz authored Jul 25, 2022
2 parents 1301087 + 6aab239 commit b851e95
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__ = '1.0.0'
__version__ = '1.1.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="1.0.0",
version="1.1.0",
description="notify-send notify.",
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b851e95

Please sign in to comment.