Add documentation
This commit is contained in:
parent
ba82ffe558
commit
db59b16e25
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
0.6.5
|
||||
-----
|
||||
- Updated wait loop to be more responsive under websocket transport
|
||||
|
||||
0.6.4
|
||||
-----
|
||||
- Fixed support for Python 3
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ DESCRIPTION = '\n\n'.join(LOAD_TEXT(_) for _ in [
|
|||
])
|
||||
setup(
|
||||
name='socketIO_client',
|
||||
version='0.6.4',
|
||||
version='0.6.5',
|
||||
description='A socket.io client library',
|
||||
long_description=DESCRIPTION,
|
||||
license='MIT',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue