Skip to content

Commit

Permalink
Make new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ticosax committed Mar 23, 2017
1 parent 1ea8596 commit a8d37f0
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__ = '0.0.3a0'
__version__ = '0.1.0'
__all__ = ['EventSourceResponse', 'sse_response']


Expand Down

0 comments on commit a8d37f0

Please sign in to comment.