From f0af3f022e9b5299d449101ad9f3e6f4cad321bc Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Tue, 24 Jan 2023 16:57:11 -0500 Subject: [PATCH] [#186] Bumps Version and Version Info Bumps Version and Version Info to the latest accurate value. Will need to be done again for next release. --- pydle/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pydle/__init__.py b/pydle/__init__.py index 2ead20d..145666b 100644 --- a/pydle/__init__.py +++ b/pydle/__init__.py @@ -8,8 +8,8 @@ from .features.ircv3.cap import NEGOTIATING as CAPABILITY_NEGOTIATING, FAILED as __name__ = 'pydle' -__version__ = '0.9.4rc1' -__version_info__ = (0, 9, 4) +__version__ = '1.0.1' +__version_info__ = (1, 0, 1) __license__ = 'BSD'