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