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