diff --git a/CHANGES.txt b/CHANGES.txt index 2a4700b3..60e3e9ae 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ Changes ------- -0.0.1 (2016-06-01) +0.0.5 (2016-06-01) ^^^^^^^^^^^^^^^^^^ * Initial alpha release diff --git a/aiobotocore/__init__.py b/aiobotocore/__init__.py index 371281c2..0f7897fe 100644 --- a/aiobotocore/__init__.py +++ b/aiobotocore/__init__.py @@ -1,4 +1,4 @@ from .session import get_session, AioSession -__version__ = '0.0.4' +__version__ = '0.0.5' (get_session, AioSession) # make pyflakes happy