diff --git a/HISTORY.rst b/HISTORY.rst index ca80c42..2d73751 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.2.1 (2018-3-28) +------------------ + +* use gstreamer as the default audio player as gstreamer works better that others on raspberry pi + 0.2.0 (2018-3-28) ------------------ diff --git a/setup.py b/setup.py index ee8b1d5..3c77ecf 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='avs', - version='0.2.0', + version='0.2.1', description="Python implementation of Alexa Voice Service App", long_description=long_description, long_description_content_type='text/markdown',