pydle v0.7.0

This commit is contained in:
Shiz 2014-01-30 03:52:39 +01:00
parent db2b883a6d
commit 14fef8bb99
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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__,