From 47f67a6c8cdfb9def7fd49c0b96b34f89f06555a Mon Sep 17 00:00:00 2001 From: Huy Le Nguyen Date: Fri, 12 Feb 2021 16:27:35 +0700 Subject: [PATCH] :rocket: release v0.7.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd2f64286e..63ef90f5b9 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setuptools.setup( name="TensorFlowASR", - version="0.7.2", + version="0.7.3", author="Huy Le Nguyen", author_email="nlhuy.cs.16@gmail.com", description="Almost State-of-the-art Automatic Speech Recognition using Tensorflow 2",