incremented version to 0.7.4

pull/83/head v0.7.4
Chris Caron 2019-03-10 15:58:23 -04:00
parent b5b95543a2
commit bff390255e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -50,7 +50,7 @@ else:
setup(
name='apprise',
version='0.7.3',
version='0.7.4',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),