From c0f6e77a414f22f263a8c8616d90f068441ae61d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 18 Aug 2020 23:29:00 +0200 Subject: [PATCH] Set version to v3.0.0a8 --- spacy/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/about.py b/spacy/about.py index 5ed46bbe4..77b00eb48 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -1,6 +1,6 @@ # fmt: off __title__ = "spacy-nightly" -__version__ = "3.0.0a7" +__version__ = "3.0.0a8" __release__ = True __download_url__ = "https://github.com/explosion/spacy-models/releases/download" __compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"