Miguel Grinberg
6 years ago
No known key found for this signature in database
GPG Key ID: 36848B262DF5F06C
1 changed files with
1 additions and
1 deletions
-
socketio/__init__.py
|
|
@ -24,7 +24,7 @@ else: # pragma: no cover |
|
|
|
AsyncNamespace = None |
|
|
|
AsyncRedisManager = None |
|
|
|
|
|
|
|
__version__ = '4.0.2' |
|
|
|
__version__ = '4.0.3dev' |
|
|
|
|
|
|
|
__all__ = ['__version__', 'Client', 'Server', 'BaseManager', 'PubSubManager', |
|
|
|
'KombuManager', 'RedisManager', 'ZmqManager', 'Namespace', |
|
|
|