From c0e596283bb6d799afea7c1c246b2b03b9437be0 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 3 May 2018 14:00:11 +0200 Subject: [PATCH] Set version to 2.1.0a0 --- spacy/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/about.py b/spacy/about.py index 32ba61c95..9ea83a41b 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -3,7 +3,7 @@ # https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py __title__ = 'spacy-nightly' -__version__ = '2.1.0.dev5' +__version__ = '2.1.0a0' __summary__ = 'Industrial-strength Natural Language Processing (NLP) with Python and Cython' __uri__ = 'https://spacy.io' __author__ = 'Explosion AI'