add translate, fix word_timestamp error

This commit is contained in:
Max Bain
2023-05-13 12:14:06 +01:00
parent 4603f010a5
commit fd8f1003cf
5 changed files with 17 additions and 8 deletions

View File

@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup(
name="whisperx",
py_modules=["whisperx"],
version="3.1.0",
version="3.1.1",
description="Time-Accurate Automatic Speech Recognition using Whisper.",
readme="README.md",
python_requires=">=3.8",