mirror of https://github.com/explosion/spaCy.git
* Increment version
This commit is contained in:
parent
a4e9bdf4c1
commit
886100e1a2
2
setup.py
2
setup.py
|
@ -130,7 +130,7 @@ def run_setup(exts):
|
||||||
headers_workaround.install_headers('numpy')
|
headers_workaround.install_headers('numpy')
|
||||||
|
|
||||||
|
|
||||||
VERSION = '0.85'
|
VERSION = '0.86'
|
||||||
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