diff --git a/setup.py b/setup.py index 3036db94c..1da39c2cf 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def run_setup(exts): headers_workaround.install_headers('numpy') -VERSION = '0.94' +VERSION = '0.95' def main(modules, is_pypy): language = "cpp" includes = ['.', path.join(sys.prefix, 'include')] diff --git a/spacy/en/download.py b/spacy/en/download.py index 01c87a4e4..91f31565b 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.9.1' +VERSION = '0.9.5' AWS_STORE = 'https://s3-us-west-1.amazonaws.com/media.spacynlp.com'