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 71d7ea6 commit 9ffebab
Show file tree
Hide file tree
Showing 2 changed files with 2 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
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 9ffebab

Please sign in to comment.