From e6106de81be4860b58f68352977ef8ac59e4f936 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 1 Jan 2018 10:45:36 -0500 Subject: [PATCH] incremented version to 0.0.6 --- apprise/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index 684ffb08..3f08cf82 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -17,7 +17,7 @@ # GNU Lesser General Public License for more details. __title__ = 'apprise' -__version__ = '0.0.5' +__version__ = '0.0.6' __author__ = 'Chris Caron ' __license__ = 'GPLv3' __copywrite__ = 'Copyright 2017 Chris Caron ' diff --git a/setup.py b/setup.py index f3d83410..594705d8 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ else: setup( name='apprise', - version='0.0.5', + version='0.0.6', description='A universal notification service', license='GPLv3', long_description=open('README.md').read(), @@ -54,7 +54,7 @@ setup( scripts=['cli/notify.py', ], install_requires=open('requirements.txt').readlines(), classifiers=( - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Natural Language :: English',