From 6189959adbd0a0aa53ad3e3857d4f6db2dd0b2b3 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 28 Sep 2019 22:09:46 +0200 Subject: [PATCH] Set version to v2.2.0.dev14 --- spacy/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/about.py b/spacy/about.py index 29942b88a..bab816666 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -1,6 +1,6 @@ # fmt: off __title__ = "spacy" -__version__ = "2.2.0.dev13" +__version__ = "2.2.0.dev14" __summary__ = "Industrial-strength Natural Language Processing (NLP) in Python" __uri__ = "https://spacy.io" __author__ = "Explosion"