* Upgrade spacy version

This commit is contained in:
Matthew Honnibal 2015-11-18 17:42:56 +01:00
parent e8bd92f1e7
commit 1e166eb9cd
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ def run_setup(exts):
headers_workaround.install_headers('numpy')
VERSION = '0.99'
VERSION = '0.100'
def main(modules, is_pypy):
language = "cpp"
includes = ['.', path.join(sys.prefix, 'include')]