From e32c343c16e1283841297a76629fac38d6262e45 Mon Sep 17 00:00:00 2001 From: Kwangsoo Yeo Date: Thu, 16 Nov 2023 16:43:44 -0800 Subject: [PATCH] update python (#196) --- 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 3550e872..3947e999 100644 --- a/binding/python/setup.py +++ b/binding/python/setup.py @@ -57,7 +57,7 @@ setuptools.setup( name="pvcobra", - version="2.0.0", + version="2.0.1", author="Picovoice", author_email="hello@picovoice.ai", description="Cobra voice activity detection (VAD) engine", diff --git a/demo/python/requirements.txt b/demo/python/requirements.txt index 0dccbb1f..a021b432 100644 --- a/demo/python/requirements.txt +++ b/demo/python/requirements.txt @@ -1,2 +1,2 @@ -pvcobra==2.0.0 +pvcobra==2.0.1 pvrecorder==1.2.1 diff --git a/demo/python/setup.py b/demo/python/setup.py index 26fbce16..c4cf50c7 100644 --- a/demo/python/setup.py +++ b/demo/python/setup.py @@ -28,7 +28,7 @@ setuptools.setup( name="pvcobrademo", - version="2.0.0", + version="2.0.1", author="Picovoice", author_email="hello@picovoice.ai", description="Cobra voice activity detection (VAD) engine demos.", @@ -36,7 +36,7 @@ long_description_content_type="text/markdown", url="https://github.com/Picovoice/cobra", packages=["pvcobrademo"], - install_requires=["pvcobra==2.0.0", "pvrecorder==1.2.1"], + install_requires=["pvcobra==2.0.1", "pvrecorder==1.2.1"], include_package_data=True, classifiers=[ "Development Status :: 5 - Production/Stable",