Increment version

This commit is contained in:
Matthew Honnibal 2018-03-23 20:32:08 +01:00
parent 91594fe671
commit ed3524c15d

View File

@ -3,7 +3,7 @@
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
__title__ = 'spacy'
__version__ = '1.10.0'
__version__ = '1.10.1'
__summary__ = 'Industrial-strength Natural Language Processing (NLP) with Python and Cython'
__uri__ = 'https://spacy.io'
__author__ = 'Matthew Honnibal'