From 264c63be929d6c4e67c3a1df73c3f3aac2066a53 Mon Sep 17 00:00:00 2001 From: aakbik Date: Wed, 19 Dec 2018 18:21:45 +0100 Subject: [PATCH] GH-316: bump flair version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4234e19ade..3882361744 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='flair', - version='0.3.2', + version='0.4.0', 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",