Skip to content

Commit

Permalink
update python (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 16, 2023
1 parent 016d999 commit df052b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binding/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

setuptools.setup(
name="pvporcupine",
version="3.0.0",
version="3.0.1",
author="Picovoice",
author_email="[email protected]",
description="Porcupine wake word engine.",
Expand Down
2 changes: 1 addition & 1 deletion demo/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pvporcupine==3.0.0
pvporcupine==3.0.1
pvrecorder==1.2.1
4 changes: 2 additions & 2 deletions demo/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@

setuptools.setup(
name="pvporcupinedemo",
version="3.0.0",
version="3.0.1",
author="Picovoice",
author_email="[email protected]",
description="Porcupine wake word engine demos",
long_description=long_description,
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",
Expand Down

0 comments on commit df052b9

Please sign in to comment.