From 67cba31e347f17b772d83afcf957c7a5c8bde3e3 Mon Sep 17 00:00:00 2001 From: Rodrigo Queiro Date: Mon, 28 Aug 2017 10:16:59 +0200 Subject: [PATCH] Upgrade to google-assistant-library==0.0.3 (#122) Fixes #114. --- scripts/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index 222cf6da..1709556d 100755 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -35,7 +35,7 @@ env/bin/pip install -r requirements.txt # The google-assistant-library is only available on ARMv7. if [[ "$(uname -m)" == "armv7l" ]] ; then - env/bin/pip install google-assistant-library==0.0.2 + env/bin/pip install google-assistant-library==0.0.3 fi for config in status-led.ini voice-recognizer.ini; do