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'