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",