bumped version to v1.3.0

This commit is contained in:
Chris Caron
2023-02-22 17:41:42 -05:00
parent 4c542070eb
commit 6458ab0506
5 changed files with 58 additions and 34 deletions

View File

@ -66,9 +66,9 @@ else:
setup(
name='apprise',
version='1.2.1',
version='1.3.0',
description='Push Notifications that work with just about every platform!',
license='GPLv2',
license='BSD',
long_description=open('README.md', encoding="utf-8").read(),
long_description_content_type='text/markdown',
cmdclass=cmdclass,