Skip to content

Commit

Permalink
update python (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 17, 2023
1 parent f3b5f02 commit e32c343
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 @@ -57,7 +57,7 @@

setuptools.setup(
name="pvcobra",
version="2.0.0",
version="2.0.1",
author="Picovoice",
author_email="[email protected]",
description="Cobra voice activity detection (VAD) 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 @@
pvcobra==2.0.0
pvcobra==2.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="pvcobrademo",
version="2.0.0",
version="2.0.1",
author="Picovoice",
author_email="[email protected]",
description="Cobra voice activity detection (VAD) engine demos.",
long_description=long_description,
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",
Expand Down

0 comments on commit e32c343

Please sign in to comment.