We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3960aa commit 25a7c0bCopy full SHA for 25a7c0b
notifypy/__init__.py
@@ -1,4 +1,4 @@
1
from .notify import Notify
2
from .os_notifiers._base import BaseNotifier
3
4
-__version__ = "0.3.38"
+__version__ = "0.3.39"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "notify_py"
-version = "0.3.38"
+version = "0.3.39"
description = "Cross-platform desktop notification library for Python"
5
authors = ["Mustafa Mohamed <mustafa@ms7m.me>"]
6
repository = "https://github.com/ms7m/notify-py"
0 commit comments