bumped version to 0.0.8

This commit is contained in:
Chris Caron 2018-03-13 19:47:24 -04:00
parent 2a64c6bafb
commit bbf365d9ae
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.7'
__version__ = '0.0.8'
__author__ = 'Chris Caron <lead2gold@gmail.com>'
__license__ = 'GPLv3'
__copywrite__ = 'Copyright 2017-2018 Chris Caron <lead2gold@gmail.com>'

View File

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