Skip to content

Commit

Permalink
Merge pull request #36 from ticosax/master
Browse files Browse the repository at this point in the history
release aiohttp-sse==1.0.0
  • Loading branch information
ticosax authored Apr 14, 2017
2 parents 3737013 + 8b2a817 commit 29e0760
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 29e0760

Please sign in to comment.