diff --git a/apprise/__init__.py b/apprise/__init__.py index f7ee6df0..6609eb6d 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -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 ' diff --git a/setup.py b/setup.py index 44784c6c..b5863f5f 100755 --- a/setup.py +++ b/setup.py @@ -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(),