From 2ebd30e6a527e855b478743bb109574618842493 Mon Sep 17 00:00:00 2001 From: Huy Le Nguyen Date: Sun, 9 Jun 2024 22:13:36 +0700 Subject: [PATCH] chore: v2.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a6949bc9..c07f41886 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def parse_requirements(lines: List[str]): setup( name="TensorFlowASR", - version="2.0.1", + version="2.1.0", author="Huy Le Nguyen", author_email="nlhuy.cs.16@gmail.com", description="Almost State-of-the-art Automatic Speech Recognition using Tensorflow 2",