bumped version to v0.9.5

This commit is contained in:
Chris Caron
2021-09-18 15:57:30 -04:00
parent 5badfadf7f
commit b1a4d09a75
6 changed files with 20 additions and 8 deletions

View File

@ -62,7 +62,7 @@ else:
setup(
name='apprise',
version='0.9.4',
version='0.9.5',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),
@ -85,7 +85,7 @@ setup(
packages=find_packages(),
package_data={
'apprise': [
'assets/NotifyXML-1.0.xsd',
'assets/NotifyXML-*.xsd',
'assets/themes/default/*.png',
'assets/themes/default/*.ico',
'i18n/*.py',