Skip to content

Commit 8b2a817

Browse files
committed
release aiohttp-sse==1.0.0
1 parent 3737013 commit 8b2a817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp_sse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from aiohttp.web import StreamResponse
66
from aiohttp.web import HTTPMethodNotAllowed
77

8-
__version__ = '1.0.0-dev'
8+
__version__ = '1.0.0'
99
__all__ = ['EventSourceResponse', 'sse_response']
1010

1111

0 commit comments

Comments
 (0)