Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bossauh committed Dec 28, 2021
1 parent 309d4b6 commit 66d0f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
setup(
name="vocale-python",
packages=["vocale"],
version="0.3",
version="0.4",
license="MIT",
description="A speech library designed specifically for personal assistants. It features a wake word recognizer, voice activity detection, offline mode, and a speech synthesizer.",
author="Philippe Mathew",
author_email="[email protected]",
url="https://github.com/bossauh/vocale",
download_url="https://github.com/bossauh/vocale/releases/tag/v_03",
download_url="https://github.com/bossauh/vocale/releases/tag/v_04",
keywords=["speech", "recognition"],
install_requires=install_requires,
classifiers=[
Expand Down

0 comments on commit 66d0f6a

Please sign in to comment.