Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bejager committed Feb 13, 2024
1 parent 8d13147 commit 86c38dc
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.1.2",
version="0.1.3",
author="Picovoice",
author_email="[email protected]",
description="Orca 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 +1 @@
pvorca==0.1.2
pvorca==0.1.3
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="pvorcademo",
version="0.1.1",
version="0.1.2",
author="Picovoice",
author_email="[email protected]",
description="Orca 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=["pvorca==0.1.2"],
install_requires=["pvorca==0.1.3"],
include_package_data=True,
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 86c38dc

Please sign in to comment.