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