Set version to v2.2.2.dev0

This commit is contained in:
Matthew Honnibal 2019-10-22 17:47:36 +02:00
parent 48886afc78
commit 3f6cb618a9

View File

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