diff --git a/notifypy/__init__.py b/notifypy/__init__.py index b66e404..63565db 100644 --- a/notifypy/__init__.py +++ b/notifypy/__init__.py @@ -1,4 +1,4 @@ from .notify import Notify from .os_notifiers._base import BaseNotifier -__version__ = "0.3.38" +__version__ = "0.3.39" diff --git a/pyproject.toml b/pyproject.toml index 10b0789..b545b3c 100644 --- a/pyproject.toml +++ b/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" authors = ["Mustafa Mohamed "] repository = "https://github.com/ms7m/notify-py"