Skip to content

Commit

Permalink
increment python demo version
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 16, 2024
1 parent 9f4a004 commit b5bc9cb
Showing 1 changed file with 2 additions and 2 deletions.
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.4",
version="0.2.5",
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.3", "pvspeaker==1.0.2", "tiktoken==0.6.0"],
install_requires=["numpy>=1.24.0", "pvorca==0.2.4", "pvspeaker==1.0.2", "tiktoken==0.6.0"],
include_package_data=True,
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit b5bc9cb

Please sign in to comment.