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.
2 parents 3737013 + 8b2a817 commit 29e0760Copy full SHA for 29e0760
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