Skip to content

Commit

Permalink
Python v0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bejager committed May 24, 2024
1 parent f819ade commit 93a55bd
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 @@ -49,7 +49,7 @@

setuptools.setup(
name="pvorca",
version="0.2.1",
version="0.2.2",
author="Picovoice",
author_email="[email protected]",
description="Orca Streaming Text-to-Speech Engine",
Expand Down
2 changes: 1 addition & 1 deletion demo/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.24.0
pvorca==0.2.1
pvorca==0.2.2
sounddevice==0.4.6
tiktoken==0.6.0
4 changes: 2 additions & 2 deletions demo/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

setuptools.setup(
name="pvorcademo",
version="0.2.1",
version="0.2.2",
author="Picovoice",
author_email="[email protected]",
description="Orca Streaming Text-to-Speech Engine demos",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Picovoice/orca",
packages=["pvorcademo"],
install_requires=["numpy>=1.24.0", "pvorca==0.2.1", "sounddevice==0.4.6", "tiktoken==0.6.0"],
install_requires=["numpy>=1.24.0", "pvorca==0.2.2", "sounddevice==0.4.6", "tiktoken==0.6.0"],
include_package_data=True,
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 93a55bd

Please sign in to comment.