From 60f65fe16c8f5c10a04463128b3de22a8c164596 Mon Sep 17 00:00:00 2001 From: Yihui Xiong Date: Fri, 29 Dec 2017 12:46:43 +0800 Subject: [PATCH] 0.1.1 --- HISTORY.rst | 5 +++++ README.rst | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f2111c0..2a976dc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.1.1 (2017-12-29) +------------------ + +* bugfix + 0.1.0 (2017-12-27) ------------------ diff --git a/README.rst b/README.rst index f54fc22..7838b81 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ Installation Get started ------------ -1. run ``alexa-audio-check`` to check if recording & playing is OK. If RMS is not zero, recording is OK, if you can hear alarm, playing is OK. +1. run ``alexa-audio-check`` to check if recording & playing is OK. If RMS is not zero, recording is OK, if you can hear alarm, playing is OK: $alexa-audio-check RMS: 41 diff --git a/setup.py b/setup.py index 51d33f1..b046e54 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name='avs', - version='0.1.0', + version='0.1.1', description="Python implementation of Alexa Voice Service App", long_description=readme + '\n\n' + history, author="Yihui Xiong",