From d9fbd6019bbd7396366ba92ea72f9f2387f1a6cc Mon Sep 17 00:00:00 2001 From: theunkn0wn1 Date: Sat, 2 Feb 2019 17:54:38 -0800 Subject: [PATCH] Release v 0.9.1 --- pydle/__init__.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pydle/__init__.py b/pydle/__init__.py index 30e9195..ee4c02c 100644 --- a/pydle/__init__.py +++ b/pydle/__init__.py @@ -8,8 +8,8 @@ from asyncio import coroutine, Future __name__ = 'pydle' -__version__ = '0.9.0' -__version_info__ = (0, 9, 0) +__version__ = '0.9.1' +__version_info__ = (0, 9, 1) __license__ = 'BSD' diff --git a/setup.py b/setup.py index 4e6087b..fe13b71 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pydle', - version='0.9.0', + version='0.9.1', python_requires=">=3.5", packages=[ 'pydle',