From b5bc9cb441b943682cb4adb1fb5f0107ec1c5491 Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Fri, 16 Aug 2024 14:08:26 -0700 Subject: [PATCH] increment python demo version --- demo/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",