From 58533f01bf926546337ad2868abe7fc8f0a3b3ae Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 26 Sep 2019 03:03:50 +0200 Subject: [PATCH] Set version to v2.2.0.dev10 --- spacy/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/about.py b/spacy/about.py index adcac75dc..f2f43a946 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -1,6 +1,6 @@ # fmt: off __title__ = "spacy" -__version__ = "2.2.0.dev9" +__version__ = "2.2.0.dev10" __summary__ = "Industrial-strength Natural Language Processing (NLP) in Python" __uri__ = "https://spacy.io" __author__ = "Explosion"