Skip to content

Commit

Permalink
v2.4.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed Oct 31, 2016
1 parent b27d0ae commit 30e189b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ntfy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from inspect import getargspec
from .backends.default import DefaultNotifierError

__version__ = '2.3.0'
__version__ = '2.4.0'


notifiers = dict.fromkeys(['default', 'darwin', 'linux', 'notifico',
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
}
test_deps = ['mock', 'sleekxmpp', 'emoji', 'psutil']

long_description = open('README.rst').read()

setup(
name='ntfy',

version=__version__,

description='A utility for sending push notifications',
long_description=long_description,

url='https://github.com/dschep/ntfy',

Expand Down

0 comments on commit 30e189b

Please sign in to comment.