bumped version to v0.9.1

This commit is contained in:
Chris Caron
2021-02-23 12:58:57 -05:00
parent 5b7afe9a76
commit 835e87bcf9
4 changed files with 36 additions and 12 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2020 Chris Caron <lead2gold@gmail.com>
# Copyright (C) 2021 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.0',
version='0.9.1',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),