mirror of
https://github.com/caronc/apprise.git
synced 2024-11-22 08:04:02 +01:00
incremented version to 0.7.3
This commit is contained in:
parent
9e2f0a3f68
commit
b9be82c1b2
@ -24,7 +24,7 @@
|
||||
# THE SOFTWARE.
|
||||
|
||||
__title__ = 'apprise'
|
||||
__version__ = '0.7.0'
|
||||
__version__ = '0.7.3'
|
||||
__author__ = 'Chris Caron'
|
||||
__license__ = 'MIT'
|
||||
__copywrite__ = 'Copyright 2019 Chris Caron <lead2gold@gmail.com>'
|
||||
|
13
setup.py
13
setup.py
@ -50,16 +50,16 @@ else:
|
||||
|
||||
setup(
|
||||
name='apprise',
|
||||
version='0.7.0',
|
||||
description='A universal notification service',
|
||||
version='0.7.3',
|
||||
description='Push Notifications that work with just about every platform!',
|
||||
license='MIT',
|
||||
long_description=open('README.md').read(),
|
||||
long_description_content_type='text/markdown',
|
||||
url='https://github.com/caronc/apprise',
|
||||
keywords='push notifications email boxcar faast growl Join KODI '
|
||||
'Mattermost Prowl Pushalot PushBullet Pushjet '
|
||||
'Pushover Rocket.Chat Slack Toasty Telegram Twitter XBMC Stride '
|
||||
'Emby IFTTT Discord',
|
||||
keywords='Push Notifications Email AWS SNS Boxcar Discord Dbus Emby Faast '
|
||||
'Gnome Growl IFTTT Join KODI Matrix Mattermost Prowl PushBullet '
|
||||
'Pushjet Pushed Pushover Rocket.Chat Ryver Slack Telegram Twiiter '
|
||||
'XBMC Microsoft Windows CLI API',
|
||||
author='Chris Caron',
|
||||
author_email='lead2gold@gmail.com',
|
||||
packages=find_packages(),
|
||||
@ -74,6 +74,7 @@ setup(
|
||||
classifiers=(
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'Operating System :: OS Independent',
|
||||
'Natural Language :: English',
|
||||
'Programming Language :: Python',
|
||||
|
Loading…
Reference in New Issue
Block a user