incremented version to v0.5.0

pull/22/head v0.5.0
Chris Caron 2018-09-09 12:05:08 -04:00
parent 1f815d4c20
commit 834bea85d8
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# GNU Lesser General Public License for more details.
__title__ = 'apprise'
__version__ = '0.0.9'
__version__ = '0.5.0'
__author__ = 'Chris Caron <lead2gold@gmail.com>'
__license__ = 'GPLv3'
__copywrite__ = 'Copyright 2017-2018 Chris Caron <lead2gold@gmail.com>'

View File

@ -42,7 +42,7 @@ else:
setup(
name='apprise',
version='0.0.9',
version='0.5.0',
description='A universal notification service',
license='GPLv3',
long_description=open('README').read(),