From d5c1a53e60fd6cc6426e2072a0cbd75ccfb6b6ce Mon Sep 17 00:00:00 2001 From: Yasas Date: Fri, 14 May 2021 12:04:55 -0400 Subject: [PATCH] Update version to v0.4.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 222f003..78eb041 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="textflow", - version="0.4.1", + version="0.4.2", author="Yasas Senarath", author_email="ysenarath.93@gmail.com", description="Simple and extensible framework for end to end text based natural language understanding.",