mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Inc version
This commit is contained in:
parent
537d12970f
commit
0b7d2a6c62
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.89'
|
VERSION = '0.90'
|
||||||
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')]
|
||||||
|
|
|
@ -7,7 +7,7 @@ import wget
|
||||||
import plac
|
import plac
|
||||||
|
|
||||||
# TODO: Read this from the same source as the setup
|
# TODO: Read this from the same source as the setup
|
||||||
VERSION = '0.8.9'
|
VERSION = '0.9.0'
|
||||||
|
|
||||||
AWS_STORE = 'http://s3-us-west-1.amazonaws.com/media.spacynlp.com'
|
AWS_STORE = 'http://s3-us-west-1.amazonaws.com/media.spacynlp.com'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user