We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db74fa3 commit 0602699Copy full SHA for 0602699
flask_socketio/__init__.py
@@ -23,7 +23,7 @@
23
from .namespace import Namespace
24
from .test_client import SocketIOTestClient
25
26
-__version__ = '3.0.2'
+__version__ = '3.1.0'
27
28
29
class _SocketIOMiddleware(socketio.WSGIApp):
0 commit comments