spaCy/spacy/about.py
2020-07-03 13:21:08 +02:00

9 lines
433 B
Python

# fmt: off
__title__ = "spacy-nightly"
__version__ = "3.0.0a1"
__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"