Set version to v2.2.0.dev6

This commit is contained in:
Matthew Honnibal 2019-09-11 18:07:20 +02:00
parent f7a096b462
commit 7fbb559045

View File

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