mirror of
https://github.com/caronc/apprise.git
synced 2025-06-24 19:51:21 +02:00
increment version to 0.7.0
This commit is contained in:
parent
ab306dc74b
commit
9e2f0a3f68
@ -24,7 +24,7 @@
|
|||||||
# THE SOFTWARE.
|
# THE SOFTWARE.
|
||||||
|
|
||||||
__title__ = 'apprise'
|
__title__ = 'apprise'
|
||||||
__version__ = '0.5.2'
|
__version__ = '0.7.0'
|
||||||
__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>'
|
||||||
|
2
setup.py
2
setup.py
@ -50,7 +50,7 @@ else:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='apprise',
|
name='apprise',
|
||||||
version='0.5.2',
|
version='0.7.0',
|
||||||
description='A universal notification service',
|
description='A universal notification service',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user