spaCy/spacy/about.py
Ines Montani 8d90e44d74 Fix title
2020-07-01 15:38:01 +02:00

9 lines
433 B
Python

# fmt: off
__title__ = "spacy-nightly"
__version__ = "3.0.0a0"
__release__ = True
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
__shortcuts__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/shortcuts-v2.json"
__projects__ = "https://github.com/explosion/spacy-boilerplates"