From a437ba87a3275a03cae8e4cc926ec1bf134e33a0 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 29 Jan 2018 00:57:18 +0100 Subject: [PATCH] Set release=True --- spacy/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/about.py b/spacy/about.py index 924fca5c6..c3d116821 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -9,7 +9,7 @@ __uri__ = 'https://spacy.io' __author__ = 'Explosion AI' __email__ = 'contact@explosion.ai' __license__ = 'MIT' -__release__ = False +__release__ = True __docs_models__ = 'https://spacy.io/usage/models' __download_url__ = 'https://github.com/explosion/spacy-models/releases/download'