From d5c8d2f5fd4177b6f4980689ae972352563c28e5 Mon Sep 17 00:00:00 2001 From: ines Date: Thu, 1 Jun 2017 11:52:24 +0200 Subject: [PATCH] Update about.py and increment version --- spacy/about.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spacy/about.py b/spacy/about.py index 38e934374..aa42ae05d 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -3,11 +3,11 @@ # https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py __title__ = 'spacy' -__version__ = '1.8.2' +__version__ = '2.0.0' __summary__ = 'Industrial-strength Natural Language Processing (NLP) with Python and Cython' __uri__ = 'https://spacy.io' -__author__ = 'Matthew Honnibal' -__email__ = 'matt@explosion.ai' +__author__ = 'Explosion AI' +__email__ = 'contact@explosion.ai' __license__ = 'MIT' __docs_models__ = 'https://spacy.io/docs/usage/models'