From 05d0f078bbba8677ea65928ee07c13b17826ef2c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 13 Apr 2015 22:29:31 +0200 Subject: [PATCH] * Inc version --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e73ead764..f8bf28b40 100644 --- a/setup.py +++ b/setup.py @@ -105,8 +105,6 @@ def cython_setup(mod_names, language, includes, compile_args, link_args): ) - - def run_setup(exts): setup( name='spacy', @@ -114,7 +112,7 @@ def run_setup(exts): description="Industrial-strength NLP", author='Matthew Honnibal', author_email='honnibal@gmail.com', - version='0.81', + version='0.82', url="http://honnibal.github.io/spaCy/", package_data={"spacy": ["*.pxd"], "spacy.en": ["*.pxd", "data/pos/*",