From a0fb1acb104a88c5dff8ccfdf6d5ae6c049c627e Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 21 Nov 2019 18:19:37 +0100 Subject: [PATCH] Update version [ci skip] --- spacy/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/about.py b/spacy/about.py index 816f99ec87d..a1880fb54a2 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -1,6 +1,6 @@ # fmt: off __title__ = "spacy" -__version__ = "2.2.3.dev0" +__version__ = "2.2.3" __release__ = True __download_url__ = "https://github.com/explosion/spacy-models/releases/download" __compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"