Set version to v2.1.9

This commit is contained in:
Matthew Honnibal 2019-10-28 16:17:02 +01:00
parent d677f89c81
commit 844f840826

View File

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