Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Jan 15, 2025
1 parent 2379c3a commit e7f548e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ is closed then to get back into the environment `cd transcribe_anything` and exe
* Every commit is tested for standard linters and a batch of unit tests.

# Versions
* 2.7.38: Fix `--hf-token` usage for insanely fast whisper backend.
* 2.7.39: Fix `--hf-token` usage for insanely fast whisper backend.
* 2.7.37: Fixed breakage due to numpy 2.0 being released.
* 2.7.36: Fixed some ffmpeg dependencies.
* 2.7.35: All `ffmpeg` commands are now `static_ffmpeg` commands. Fixes issue.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
EMAIL = "[email protected]"
AUTHOR = "Zach Vorhies"
REQUIRES_PYTHON = ">=3.10.0"
VERSION = "2.7.38"
VERSION = "2.7.39"

# The text of the README file
with open(os.path.join(HERE, "README.md"), encoding="utf-8", mode="r") as fd:
Expand Down

0 comments on commit e7f548e

Please sign in to comment.