Skip to content

Commit 25a7c0b

Browse files
committed
chore: bump version to "0.3.39"
1 parent a3960aa commit 25a7c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notifypy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .notify import Notify
22
from .os_notifiers._base import BaseNotifier
33

4-
__version__ = "0.3.38"
4+
__version__ = "0.3.39"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "notify_py"
3-
version = "0.3.38"
3+
version = "0.3.39"
44
description = "Cross-platform desktop notification library for Python"
55
authors = ["Mustafa Mohamed <mustafa@ms7m.me>"]
66
repository = "https://github.com/ms7m/notify-py"

0 commit comments

Comments
 (0)