mirror of https://github.com/explosion/spaCy.git
* Inc version
This commit is contained in:
parent
3b79d67462
commit
e886e6a406
2
setup.py
2
setup.py
|
@ -134,7 +134,7 @@ def run_setup(exts):
|
|||
headers_workaround.install_headers('numpy')
|
||||
|
||||
|
||||
VERSION = '0.94'
|
||||
VERSION = '0.95'
|
||||
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.9.1'
|
||||
VERSION = '0.9.5'
|
||||
|
||||
AWS_STORE = 'https://s3-us-west-1.amazonaws.com/media.spacynlp.com'
|
||||
|
||||
|
|
Loading…
Reference in New Issue