Skip to content

Commit

Permalink
bumped version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wemoloh committed May 18, 2017
1 parent 7ce3389 commit 431ee19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eider.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from aiohttp import __version__ as aiohttp_version, ClientSession, WSCloseCode, WSMsgType
from aiohttp.web import Application, run_app, WebSocketResponse

__version__ = '0.9.4'
__version__ = '0.10.0'

try:
StopAsyncIteration = builtins.StopAsyncIteration # added in Python 3.5
Expand Down

0 comments on commit 431ee19

Please sign in to comment.