From b266a63f2cc8cd29c67d9dfec8f44e0adff9763c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 24 Jun 2015 04:53:08 +0200 Subject: [PATCH] * Inc version of downloadble data --- spacy/en/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/en/download.py b/spacy/en/download.py index a89ca6589..ecad6ab85 100644 --- a/spacy/en/download.py +++ b/spacy/en/download.py @@ -7,7 +7,7 @@ import wget import plac # TODO: Read this from the same source as the setup -VERSION = '0.8.5' +VERSION = '0.8.6' AWS_STORE = 'http://s3-us-west-1.amazonaws.com/media.spacynlp.com'