Increment version

This commit is contained in:
Matthew Honnibal 2017-08-05 18:09:32 +02:00
parent 5c323daa1a
commit ae1ad81069
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.0a6'
__version__ = '2.0.0a7'
__summary__ = 'Industrial-strength Natural Language Processing (NLP) with Python and Cython'
__uri__ = 'https://spacy.io'
__author__ = 'Explosion AI'