We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d880c commit 391a454Copy full SHA for 391a454
socketio/__init__.py
@@ -24,7 +24,7 @@
24
AsyncNamespace = None
25
AsyncRedisManager = None
26
27
-__version__ = '3.0.0'
+__version__ = '3.0.1'
28
29
__all__ = ['__version__', 'Client', 'Server', 'BaseManager', 'PubSubManager',
30
'KombuManager', 'RedisManager', 'ZmqManager', 'Namespace',
0 commit comments