Set version to v2.2.4

This commit is contained in:
Matthew Honnibal 2020-03-12 11:30:41 +01:00
parent c669435c62
commit 26a90f011b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# fmt: off
__title__ = "spacy"
__version__ = "2.2.4.dev0"
__version__ = "2.2.4"
__release__ = True
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"