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