Skip to content

Commit

Permalink
bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Nov 16, 2016
1 parent 1234d78 commit 5197f06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiobotocore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .session import get_session, AioSession

__version__ = '0.0.5'
__version__ = '0.0.6'
(get_session, AioSession) # make pyflakes happy
1 change: 1 addition & 0 deletions examples/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ def go(loop):
resp = yield from client.delete_object(Bucket=bucket, Key=key)
print(resp)


loop = asyncio.get_event_loop()
loop.run_until_complete(go(loop))
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flake8==3.0.4
flake8==3.2.0
pytest==3.0.4
pytest-cov==2.4.0
coverage==4.2
Expand Down

0 comments on commit 5197f06

Please sign in to comment.