From 80cff41a9c2a0609ce2eb72045ea3ea68ec19057 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 7 Jun 2015 19:13:28 +0200 Subject: [PATCH] * Upd download.py --- 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 77d93ee57..a89ca6589 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.4' +VERSION = '0.8.5' AWS_STORE = 'http://s3-us-west-1.amazonaws.com/media.spacynlp.com'