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 46893ae commit 0c09c6bCopy full SHA for 0c09c6b
notifypy/__init__.py
@@ -1,4 +1,4 @@
1
from .notify import Notify
2
from .os_notifiers._base import BaseNotifier
3
4
-__version__ = "0.3.39"
+__version__ = "0.3.42"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "notify_py"
-version = "0.3.41"
+version = "0.3.42"
description = "Cross-platform desktop notification library for Python"
5
authors = ["Mustafa Mohamed <mustafa@ms7m.me>"]
6
repository = "https://github.com/ms7m/notify-py"
@@ -13,7 +13,7 @@ packages = [
13
]
14
[tool.poetry.dependencies]
15
python = ">=3.6,<4.0"
16
-loguru = "^0.5.3,<=0.6.0"
+loguru = ">=0.5.3,<=0.6.0"
17
jeepney = [
18
{ version = '*', platform = 'linux' },
19
0 commit comments