diff --git a/HISTORY.rst b/HISTORY.rst index 3f0b39d..fa29c14 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.5.0 (2018-6-12) +------------------ + +* python3 compatible + 0.4.0 (2018-5-23) ------------------ diff --git a/setup.py b/setup.py index 8f0a5f9..28ef38a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='avs', - version='0.4.0', + version='0.5.0', description="Alexa Voice Service Python SDK", long_description=long_description, long_description_content_type='text/markdown',