diff --git a/demo/python/requirements.txt b/demo/python/requirements.txt index 6509295..fb9b1ce 100644 --- a/demo/python/requirements.txt +++ b/demo/python/requirements.txt @@ -1,2 +1,2 @@ pveagle==0.1.0 -pvrecorder==1.2.0 \ No newline at end of file +pvrecorder==1.2.1 \ No newline at end of file diff --git a/demo/python/setup.py b/demo/python/setup.py index 4162b42..40b83fa 100644 --- a/demo/python/setup.py +++ b/demo/python/setup.py @@ -24,7 +24,7 @@ setuptools.setup( name="pveagledemo", - version="0.1.1", + version="0.1.2", author="Picovoice", author_email="hello@picovoice.ai", description="Eagle Speaker Recognition Engine demos", @@ -32,7 +32,7 @@ long_description_content_type="text/markdown", url="https://github.com/Picovoice/eagle", packages=["pveagledemo"], - install_requires=["pveagle==0.1.0", "pvrecorder==1.2.0"], + install_requires=["pveagle==0.1.0", "pvrecorder==1.2.1"], include_package_data=True, classifiers=[ "Development Status :: 4 - Beta",