Bump version
This commit is contained in:
parent
e622312a79
commit
16b538d847
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
0.6.2
|
||||
0.6.3
|
||||
-----
|
||||
- Upgraded to socket.io protocol 1.x for websocket transport
|
||||
- Added locks to fix concurrency issues with polling transport
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -16,7 +16,7 @@ DESCRIPTION = '\n\n'.join(open(join(HERE, _)).read() for _ in [
|
|||
])
|
||||
setup(
|
||||
name='socketIO_client',
|
||||
version='0.6.1',
|
||||
version='0.6.3',
|
||||
description='A socket.io client library',
|
||||
long_description=DESCRIPTION,
|
||||
license='MIT',
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ from .transports import (
|
|||
|
||||
|
||||
__all__ = 'SocketIO', 'SocketIONamespace'
|
||||
__version__ = '0.6.1'
|
||||
__version__ = '0.6.3'
|
||||
BaseNamespace = SocketIONamespace
|
||||
LoggingNamespace = LoggingSocketIONamespace
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue