mirror of
https://github.com/caronc/apprise.git
synced 2025-02-16 18:21:01 +01:00
bumped version to 0.0.9
This commit is contained in:
parent
6177e6553f
commit
96b2344bac
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# base class for easier library inclusion
|
# base class for easier library inclusion
|
||||||
#
|
#
|
||||||
# Copyright (C) 2017 Chris Caron <lead2gold@gmail.com>
|
# Copyright (C) 2017-2018 Chris Caron <lead2gold@gmail.com>
|
||||||
#
|
#
|
||||||
# This file is part of apprise.
|
# This file is part of apprise.
|
||||||
#
|
#
|
||||||
@ -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.8'
|
__version__ = '0.0.9'
|
||||||
__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
@ -36,7 +36,7 @@ else:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='apprise',
|
name='apprise',
|
||||||
version='0.0.8',
|
version='0.0.9',
|
||||||
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