We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5122ce2 commit c7cbf8fCopy full SHA for c7cbf8f
1 file changed
ntfy/__init__.py
@@ -6,7 +6,7 @@
6
from inspect import getargspec
7
from .backends.default import DefaultNotifierError
8
9
-__version__ = '2.4.3'
+__version__ = '2.4.4'
10
11
_user_home = path.expanduser('~')
12
_cwd = getcwd()
0 commit comments