From 703256ac0ce8378130cb0f62f000282ff4e47d45 Mon Sep 17 00:00:00 2001 From: aakbik Date: Mon, 12 Nov 2018 17:58:28 +0100 Subject: [PATCH] GH-205: bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eeaf1810e..daffceda2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='flair', - version='0.3.1', + version='0.3.2', description='A very simple framework for state-of-the-art NLP', long_description=open("README.md", encoding='utf-8').read(), long_description_content_type="text/markdown",