Set version to v2.2.0.dev2

This commit is contained in:
Matthew Honnibal 2019-08-28 18:30:43 +02:00
parent bc5ce49859
commit 7d6d438566

View File

@ -4,7 +4,7 @@
# fmt: off # fmt: off
__title__ = "spacy" __title__ = "spacy"
__version__ = "2.2.0.dev1" __version__ = "2.2.0.dev2"
__summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and Cython" __summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and Cython"
__uri__ = "https://spacy.io" __uri__ = "https://spacy.io"
__author__ = "Explosion AI" __author__ = "Explosion AI"