Set version to v2.2.0.dev1

This commit is contained in:
Matthew Honnibal 2019-08-25 22:05:47 +02:00
parent 71c0321ecf
commit af7fad2c6d

View File

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