mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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')
|
||||
|
||||
|
||||
VERSION = '0.89'
|
||||
VERSION = '0.90'
|
||||
def main(modules, is_pypy):
|
||||
language = "cpp"
|
||||
includes = ['.', path.join(sys.prefix, 'include')]
|
||||
|
|
|
@ -7,7 +7,7 @@ import wget
|
|||
import plac
|
||||
|
||||
# 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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user