Set version to v2.2.0.dev10

This commit is contained in:
Matthew Honnibal 2019-09-26 03:03:50 +02:00
parent 27ace84f4a
commit 58533f01bf

View File

@ -1,6 +1,6 @@
# fmt: off # fmt: off
__title__ = "spacy" __title__ = "spacy"
__version__ = "2.2.0.dev9" __version__ = "2.2.0.dev10"
__summary__ = "Industrial-strength Natural Language Processing (NLP) in Python" __summary__ = "Industrial-strength Natural Language Processing (NLP) in Python"
__uri__ = "https://spacy.io" __uri__ = "https://spacy.io"
__author__ = "Explosion" __author__ = "Explosion"