From 14fef8bb991aaf28905c09a555f20dd421288e1f Mon Sep 17 00:00:00 2001 From: Shiz Date: Thu, 30 Jan 2014 03:52:39 +0100 Subject: [PATCH] pydle v0.7.0 --- 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 ed31340..c1d270b 100644 --- a/pydle/__init__.py +++ b/pydle/__init__.py @@ -5,8 +5,8 @@ from .client import NotInChannel, AlreadyInChannel, BasicClient, ClientPool from .features.cap import NEGOTIATING as CAPABILITY_NEGOTIATING, FAILED as CAPABILITY_FAILED, NEGOTIATED as CAPABILITY_NEGOTIATED __name__ = 'pydle' -__version__ = '0.7.1' -__version_info__ = (0, 7, 1) +__version__ = '0.7.0' +__version_info__ = (0, 7, 0) __license__ = 'BSD' diff --git a/setup.py b/setup.py index d85d910..019fa63 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( author='Shiz', author_email='hi@shiz.me', - url='https://github.com/moeIO/pydle', + url='https://github.com/Shizmob/pydle', keywords='irc library python3 compact flexible', description='A compact, flexible and standards-abiding IRC library for Python 3.', license=pydle.__license__,