Increment version

This commit is contained in:
Matthew Honnibal 2017-08-19 19:52:58 +02:00
parent 93fb8b64e9
commit 8cfeeb4884
1 changed files with 1 additions and 1 deletions

View File

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