bumped version to v0.9.7

This commit is contained in:
Chris Caron
2022-02-02 14:39:19 -05:00
parent 405e26e22d
commit 18b46c0099
4 changed files with 41 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>
# Copyright (C) 2022 Chris Caron <lead2gold@gmail.com>
# All rights reserved.
#
# This code is licensed under the MIT License.
@ -62,7 +62,7 @@ else:
setup(
name='apprise',
version='0.9.6',
version='0.9.7',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),