mirror of https://github.com/caronc/apprise
bumped version to 0.0.4
parent
0f6905a2cf
commit
9438f1c194
|
@ -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.3'
|
__version__ = '0.0.4'
|
||||||
__author__ = 'Chris Caron <lead2gold@gmail.com>'
|
__author__ = 'Chris Caron <lead2gold@gmail.com>'
|
||||||
__license__ = 'GPLv3'
|
__license__ = 'GPLv3'
|
||||||
__copywrite__ = 'Copyright 2017 Chris Caron <lead2gold@gmail.com>'
|
__copywrite__ = 'Copyright 2017 Chris Caron <lead2gold@gmail.com>'
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ else:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='apprise',
|
name='apprise',
|
||||||
version='0.0.3',
|
version='0.0.4',
|
||||||
description='A universal notification service',
|
description='A universal notification service',
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
|
|
Loading…
Reference in New Issue