From 084fc575aac63c3d52d73fae8ce6e33e4c98596c Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 3 Nov 2020 17:29:57 +0100 Subject: [PATCH] Set version to v3.0.0rc3 --- spacy/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/about.py b/spacy/about.py index 24a3ead22..154b7c40c 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -1,6 +1,6 @@ # fmt: off __title__ = "spacy-nightly" -__version__ = "3.0.0rc2" +__version__ = "3.0.0rc3" __download_url__ = "https://github.com/explosion/spacy-models/releases/download" __compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json" __projects__ = "https://github.com/explosion/projects"