From f4b3225efa2fd5817f219f1fa9f474e38aa7dae9 Mon Sep 17 00:00:00 2001 From: Joshua Salzedo Date: Sun, 9 Feb 2020 22:59:08 -0800 Subject: [PATCH] v0.9.4rc1 --- 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 d3644fe..b92c8d3 100644 --- a/pydle/__init__.py +++ b/pydle/__init__.py @@ -8,8 +8,8 @@ from asyncio import coroutine, Future __name__ = 'pydle' -__version__ = '0.9.3' -__version_info__ = (0, 9, 3) +__version__ = '0.9.4rc1' +__version_info__ = (0, 9, 4) __license__ = 'BSD' diff --git a/setup.py b/setup.py index 8fef190..3d91b16 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pydle', - version='0.9.3', + version='0.9.4rc1', python_requires=">=3.5", packages=[ 'pydle',