diff --git a/demo/python/setup.py b/demo/python/setup.py index e310fa2..73456e2 100644 --- a/demo/python/setup.py +++ b/demo/python/setup.py @@ -26,7 +26,7 @@ setuptools.setup( name="pvorcademo", - version="0.2.4", + version="0.2.5", author="Picovoice", author_email="hello@picovoice.ai", description="Orca Streaming Text-to-Speech Engine demos", @@ -34,7 +34,7 @@ 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",