From 0caa3147c22147c3d09c30dd6fa14d29a55556d6 Mon Sep 17 00:00:00 2001 From: Houjun Liu Date: Fri, 16 Feb 2024 22:46:59 -0800 Subject: [PATCH] bump and rename --- batchalign/version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/batchalign/version b/batchalign/version index 5f32a0a..f54268b 100644 --- a/batchalign/version +++ b/batchalign/version @@ -1,3 +1,3 @@ -0.5.1-beta.1 +0.5.1-beta.2 Feb 16th, 2024 Beta WhisperX support \ No newline at end of file diff --git a/setup.py b/setup.py index 0ecd317..d6ed821 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def read(fname): "typing-extensions", "pydub~=0.25.0", ], - extra_requires={ + extras_require={ 'dev': [ 'pytest', ],