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