spaCy/spacy/about.py
Matthew Honnibal ae6910b09b Bump version
2024-09-06 22:23:41 +02:00

10 lines
480 B
Python

# fmt: off
__title__ = "spacy"
__version__ = "4.0.0.dev9"
__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"
__projects_branch__ = "v3"
__lookups_tag__ = "v1.0.3"
__lookups_url__ = f"https://raw.githubusercontent.com/explosion/spacy-lookups-data/{__lookups_tag__}/spacy_lookups_data/data/"