Skip to content

Commit

Permalink
bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jul 1, 2016
1 parent ba7f3b6 commit 1377f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
-------

0.0.1 (2016-06-01)
0.0.5 (2016-06-01)
^^^^^^^^^^^^^^^^^^

* Initial alpha release
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.4'
__version__ = '0.0.5'
(get_session, AioSession) # make pyflakes happy

0 comments on commit 1377f88

Please sign in to comment.