Skip to content

Commit

Permalink
release aiohttp-sse==1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ticosax committed Apr 9, 2017
1 parent 3737013 commit 8b2a817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_sse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from aiohttp.web import StreamResponse
from aiohttp.web import HTTPMethodNotAllowed

__version__ = '1.0.0-dev'
__version__ = '1.0.0'
__all__ = ['EventSourceResponse', 'sse_response']


Expand Down

0 comments on commit 8b2a817

Please sign in to comment.