* Inc version

This commit is contained in:
Matthew Honnibal 2015-09-13 01:26:29 +02:00
parent 537d12970f
commit 0b7d2a6c62
2 changed files with 2 additions and 2 deletions

View File

@ -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')]

View File

@ -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'