mirror of
https://github.com/caronc/apprise.git
synced 2025-03-12 13:59:21 +01:00
incremented version to v0.5.0
This commit is contained in:
parent
1f815d4c20
commit
834bea85d8
@ -17,7 +17,7 @@
|
|||||||
# GNU Lesser General Public License for more details.
|
# GNU Lesser General Public License for more details.
|
||||||
|
|
||||||
__title__ = 'apprise'
|
__title__ = 'apprise'
|
||||||
__version__ = '0.0.9'
|
__version__ = '0.5.0'
|
||||||
__author__ = 'Chris Caron <lead2gold@gmail.com>'
|
__author__ = 'Chris Caron <lead2gold@gmail.com>'
|
||||||
__license__ = 'GPLv3'
|
__license__ = 'GPLv3'
|
||||||
__copywrite__ = 'Copyright 2017-2018 Chris Caron <lead2gold@gmail.com>'
|
__copywrite__ = 'Copyright 2017-2018 Chris Caron <lead2gold@gmail.com>'
|
||||||
|
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ else:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='apprise',
|
name='apprise',
|
||||||
version='0.0.9',
|
version='0.5.0',
|
||||||
description='A universal notification service',
|
description='A universal notification service',
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
long_description=open('README').read(),
|
long_description=open('README').read(),
|
||||||
|
Loading…
Reference in New Issue
Block a user