From c68cd4c8d66bdc4223c2920c71d25494057a230b Mon Sep 17 00:00:00 2001 From: Gagan Bhatia <49101362+gagan3012@users.noreply.github.com> Date: Fri, 2 Jul 2021 19:33:35 -0400 Subject: [PATCH] Update __init__.py --- keytotext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keytotext/__init__.py b/keytotext/__init__.py index c7f7a08..5ec79b4 100644 --- a/keytotext/__init__.py +++ b/keytotext/__init__.py @@ -4,7 +4,7 @@ """ -__version__ = "1.4.0" +__version__ = "1.4.1" from .pipeline import pipeline from .trainer import trainer