mirror of https://github.com/explosion/spaCy.git
* Inc version
This commit is contained in:
parent
d9c29de3af
commit
361f6fdd74
2
setup.py
2
setup.py
|
@ -134,7 +134,7 @@ def run_setup(exts):
|
||||||
headers_workaround.install_headers('numpy')
|
headers_workaround.install_headers('numpy')
|
||||||
|
|
||||||
|
|
||||||
VERSION = '0.91'
|
VERSION = '0.93'
|
||||||
def main(modules, is_pypy):
|
def main(modules, is_pypy):
|
||||||
language = "cpp"
|
language = "cpp"
|
||||||
includes = ['.', path.join(sys.prefix, 'include')]
|
includes = ['.', path.join(sys.prefix, 'include')]
|
||||||
|
|
Loading…
Reference in New Issue