From 70315c476506ebc034d588bb5e1e77c4a228438a Mon Sep 17 00:00:00 2001 From: Gagan Bhatia <49101362+gagan3012@users.noreply.github.com> Date: Fri, 2 Jul 2021 19:33:15 -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 63b3efb..c7f7a08 100644 --- a/keytotext/__init__.py +++ b/keytotext/__init__.py @@ -4,7 +4,7 @@ """ -__version__ = "1.3.8" +__version__ = "1.4.0" from .pipeline import pipeline from .trainer import trainer