Skip to content

Commit

Permalink
Merge pull request #25 from andreztz/remove-unused-code
Browse files Browse the repository at this point in the history
Remove unused version declaration
  • Loading branch information
andreztz authored Aug 14, 2023
2 parents 9d3def1 + b9b5e45 commit 60ac3f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions notify/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from .notification import Notification
from .notification import notification

__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.1.1",
version="1.1.2",
description="notify-send notify.",
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 60ac3f9

Please sign in to comment.