We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fb830 commit 8b5c737Copy full SHA for 8b5c737
socketio/__init__.py
@@ -21,7 +21,7 @@
21
AsyncNamespace = None
22
AsyncRedisManager = None
23
24
-__version__ = '2.0.0'
+__version__ = '2.1.0'
25
26
__all__ = ['__version__', 'Server', 'BaseManager', 'PubSubManager',
27
'KombuManager', 'RedisManager', 'ZmqManager', 'Namespace',
0 commit comments