Update version in about.py

This commit is contained in:
Matthew Honnibal 2016-10-15 13:44:27 +02:00
parent 2990681955
commit 4a1a2bce68
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py # https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
__title__ = 'spacy' __title__ = 'spacy'
__version__ = '0.101.0' __version__ = '1.0.0'
__summary__ = 'Industrial-strength NLP' __summary__ = 'Industrial-strength NLP'
__uri__ = 'https://spacy.io' __uri__ = 'https://spacy.io'
__author__ = 'Matthew Honnibal' __author__ = 'Matthew Honnibal'