Skip to content

Commit

Permalink
Merge pull request #28 from Picovoice/recorder-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Aug 30, 2023
2 parents 6f17c4f + c98a090 commit e0d0889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pvkoala==1.0.1
pvrecorder==1.1.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 @@ -24,15 +24,15 @@

setuptools.setup(
name="pvkoalademo",
version="1.0.2",
version="1.0.3",
author="Picovoice",
author_email="[email protected]",
description="Koala Noise Suppression Engine demos",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Picovoice/koala",
packages=["pvkoalademo"],
install_requires=["pvkoala==1.0.1", "pvrecorder==1.1.1"],
install_requires=["pvkoala==1.0.1", "pvrecorder==1.2.1"],
include_package_data=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit e0d0889

Please sign in to comment.