From cda5f7aeae986a48d1166f008e5e42477fa5ff7a Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 6 Jan 2015 03:25:08 +1100 Subject: [PATCH] * Fix setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4266fd1b..ac3b744ed 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def run_setup(exts): description="Industrial-strength NLP", author='Matthew Honnibal', author_email='honnibal@gmail.com', - version='0.23', + version='0.24', url="http://honnibal.github.io/spaCy/", package_data={"spacy": ["*.pxd"], "spacy.en": ["*.pxd", "data/pos/*",