mirror of https://github.com/explosion/spaCy.git
* Inc version --- 0.63 seems to have been packaged incorrectly, to not include a bug fix to tokens.pyx to transfer ownership to Token objects
This commit is contained in:
parent
9dbc31d72c
commit
789a6fe462
2
setup.py
2
setup.py
|
@ -92,7 +92,7 @@ def run_setup(exts):
|
|||
description="Industrial-strength NLP",
|
||||
author='Matthew Honnibal',
|
||||
author_email='honnibal@gmail.com',
|
||||
version='0.63',
|
||||
version='0.64',
|
||||
url="http://honnibal.github.io/spaCy/",
|
||||
package_data={"spacy": ["*.pxd"],
|
||||
"spacy.en": ["*.pxd", "data/pos/*",
|
||||
|
|
Loading…
Reference in New Issue