increment version to 0.7.0

This commit is contained in:
Chris Caron 2019-02-16 01:30:01 -05:00
parent ab306dc74b
commit 9e2f0a3f68
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
# THE SOFTWARE.
__title__ = 'apprise'
__version__ = '0.5.2'
__version__ = '0.7.0'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright 2019 Chris Caron <lead2gold@gmail.com>'

View File

@ -50,7 +50,7 @@ else:
setup(
name='apprise',
version='0.5.2',
version='0.7.0',
description='A universal notification service',
license='MIT',
long_description=open('README.md').read(),