From ece0f97adc2524484d2e69e89a808c416808c0a0 Mon Sep 17 00:00:00 2001 From: Yasas Date: Thu, 22 Apr 2021 23:35:20 -0400 Subject: [PATCH] Update version to v0.3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bb61f6..30c6dc0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="textflow", - version="0.3.6", + version="0.3.7", author="Yasas Senarath", author_email="ysenarath.93@gmail.com", description="Simple and extensible framework for end to end text based natural language understanding.",