Change version ID to make PyPi happy

This commit is contained in:
Matthew Honnibal 2016-10-19 03:24:39 +02:00
parent 33333ca5d4
commit d35aa7344e

View File

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