From 5a0d62060830a57b7feec34950083499c8fdf911 Mon Sep 17 00:00:00 2001 From: Yihui Xiong Date: Tue, 12 Jun 2018 11:41:47 +0800 Subject: [PATCH] 0.5.0 --- HISTORY.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',