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