Skip to content

Commit

Permalink
Update version to 2.7.34 in README.md and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Apr 24, 2024
1 parent 7ba2e56 commit eac41e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +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.34: Various fixes.
* 2.7.33: Fixes linux
* 2.7.32: Fixes mac m1 and m2.
* 2.7.31: Adds a warning if using python 3.12, which isn't supported yet in the backend.
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 = "dont@email.me"
AUTHOR = "Zach Vorhies"
REQUIRES_PYTHON = ">=3.10.0"
VERSION = "2.7.33"
VERSION = "2.7.34"

# 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 eac41e5

Please sign in to comment.