* Inc version to 0.84

This commit is contained in:
Matthew Honnibal 2015-05-12 02:38:51 +02:00
parent e73eaf2d05
commit 03ebf70a66
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ def run_setup(exts):
description="Industrial-strength NLP",
author='Matthew Honnibal',
author_email='honnibal@gmail.com',
version='0.83',
version='0.84',
url="http://honnibal.github.io/spaCy/",
package_data={"spacy": ["*.pxd"],
"spacy.en": ["*.pxd", "data/pos/*",

View File

@ -7,7 +7,7 @@ import wget
import plac
# TODO: Read this from the same source as the setup
VERSION = '0.8.1'
VERSION = '0.8.4'
AWS_STORE = 'http://s3-us-west-1.amazonaws.com/media.spacynlp.com'