Skip to content

Commit 29e0760

Browse files
authored
Merge pull request #36 from ticosax/master
release aiohttp-sse==1.0.0
2 parents 3737013 + 8b2a817 commit 29e0760

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)