From f168822857cf938bfde3edd50d61485d3efb703f Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 26 Sep 2020 22:43:28 +0200 Subject: [PATCH] Increment version --- spacy/about.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spacy/about.py b/spacy/about.py index fbe772d25..8fcc3f9ef 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -1,7 +1,7 @@ # fmt: off __title__ = "spacy-nightly" -__version__ = "3.0.0a26" -__release__ = True +__version__ = "3.0.0a27.dev0" +__release__ = False __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"