spaCy/spacy/about.py
2020-08-23 21:15:38 +02:00

8 lines
334 B
Python

# fmt: off
__title__ = "spacy-nightly"
__version__ = "3.0.0a10"
__release__ = True
__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/spacy-boilerplates"