Skip to content

Commit

Permalink
fix: loosen loguru requirement further
Browse files Browse the repository at this point in the history
  • Loading branch information
ms7m committed Jan 26, 2023
1 parent 46893ae commit 0c09c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion notifypy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .notify import Notify
from .os_notifiers._base import BaseNotifier

__version__ = "0.3.39"
__version__ = "0.3.42"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
authors = ["Mustafa Mohamed <mustafa@ms7m.me>"]
repository = "https://github.com/ms7m/notify-py"
Expand All @@ -13,7 +13,7 @@ packages = [
]
[tool.poetry.dependencies]
python = ">=3.6,<4.0"
loguru = "^0.5.3,<=0.6.0"
loguru = ">=0.5.3,<=0.6.0"
jeepney = [
{ version = '*', platform = 'linux' },
]
Expand Down

0 comments on commit 0c09c6b

Please sign in to comment.