mirror of https://github.com/Shizmob/pydle.git
pydle v0.7.0
This commit is contained in:
parent
db2b883a6d
commit
14fef8bb99
|
@ -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'
|
||||
|
||||
|
||||
|
|
2
setup.py
2
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__,
|
||||
|
|
Loading…
Reference in New Issue