spaCy/spacy/about.py
svlandeg f7769eb808 Merge remote-tracking branch 'upstream/develop' into whatif/arrow
# Conflicts:
#	spacy/cli/__init__.py
#	spacy/cli/convert.py
#	spacy/cli/debug_data.py
#	spacy/cli/evaluate.py
#	spacy/cli/train.py
2020-06-22 16:59:34 +02:00

9 lines
423 B
Python

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