From 8fb574900a6680f8342487e32979829efa33a11a Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 1 Jul 2020 15:35:23 +0200 Subject: [PATCH] Update parent package and version --- spacy/about.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spacy/about.py b/spacy/about.py index 6bbb615b1..f95d391a6 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -1,6 +1,6 @@ # fmt: off -__title__ = "spacy" -__version__ = "3.0.0.dev14" +__title__ = "spacy_nightly" +__version__ = "3.0.0a0" __release__ = True __download_url__ = "https://github.com/explosion/spacy-models/releases/download" __compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"