From df052b91f55493b6ae613ac9d96521c9c5794e2d Mon Sep 17 00:00:00 2001 From: Kwangsoo Yeo Date: Thu, 16 Nov 2023 11:36:45 -0800 Subject: [PATCH] update python (#1170) --- binding/python/setup.py | 2 +- demo/python/requirements.txt | 2 +- demo/python/setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/binding/python/setup.py b/binding/python/setup.py index 1a3fce699..62516e202 100644 --- a/binding/python/setup.py +++ b/binding/python/setup.py @@ -69,7 +69,7 @@ setuptools.setup( name="pvporcupine", - version="3.0.0", + version="3.0.1", author="Picovoice", author_email="hello@picovoice.ai", description="Porcupine wake word engine.", diff --git a/demo/python/requirements.txt b/demo/python/requirements.txt index a7caa3e38..503eb3d91 100644 --- a/demo/python/requirements.txt +++ b/demo/python/requirements.txt @@ -1,2 +1,2 @@ -pvporcupine==3.0.0 +pvporcupine==3.0.1 pvrecorder==1.2.1 diff --git a/demo/python/setup.py b/demo/python/setup.py index 26262b330..1ad0c2fb4 100644 --- a/demo/python/setup.py +++ b/demo/python/setup.py @@ -28,7 +28,7 @@ setuptools.setup( name="pvporcupinedemo", - version="3.0.0", + version="3.0.1", author="Picovoice", author_email="hello@picovoice.ai", description="Porcupine wake word engine demos", @@ -36,7 +36,7 @@ long_description_content_type="text/markdown", url="https://github.com/Picovoice/porcupine", packages=["pvporcupinedemo"], - install_requires=["pvporcupine==3.0.0", "pvrecorder==1.2.1"], + install_requires=["pvporcupine==3.0.1", "pvrecorder==1.2.1"], include_package_data=True, classifiers=[ "Development Status :: 5 - Production/Stable",