Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniv-golan committed Nov 13, 2024
1 parent 47a8154 commit c2bf763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

setup(
name="YAWT",
version="0.5.0",
version="0.5.2",
description="Yet Another Whisper-based Transcriber",
options={"build_exe": build_exe_options},
executables=[
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yawt"
version = "0.5.0"
version = "0.5.2"
description = "YAWT (Yet Another Whisper-based Transcriber) is a transcription tool that leverages OpenAI's Whisper model to deliver accurate and efficient audio-to-text conversion."
authors = ["Yaniv Golan <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="YAWT",
version="0.5.0",
version="0.5.2",
description="Yet Another Whisper-based Transcriber",
options={"build_exe": build_exe_options},
executables=[Executable("scripts/yawt_frozen.py", target_name="yawt")]
Expand Down

0 comments on commit c2bf763

Please sign in to comment.