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 3737013 commit 8b2a817Copy full SHA for 8b2a817
aiohttp_sse/__init__.py
@@ -5,7 +5,7 @@
5
from aiohttp.web import StreamResponse
6
from aiohttp.web import HTTPMethodNotAllowed
7
8
-__version__ = '1.0.0-dev'
+__version__ = '1.0.0'
9
__all__ = ['EventSourceResponse', 'sse_response']
10
11
0 commit comments