We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea8596 commit a8d37f0Copy full SHA for a8d37f0
1 file changed
aiohttp_sse/__init__.py
@@ -5,7 +5,7 @@
5
from aiohttp.web import StreamResponse
6
from aiohttp.web import HTTPMethodNotAllowed
7
8
-__version__ = '0.0.3a0'
+__version__ = '0.1.0'
9
__all__ = ['EventSourceResponse', 'sse_response']
10
11
0 commit comments