* Inc version

This commit is contained in:
Matthew Honnibal 2015-10-13 13:46:17 +11:00
parent 3b79d67462
commit e886e6a406
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.94'
VERSION = '0.95'
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.9.1'
VERSION = '0.9.5'
AWS_STORE = 'https://s3-us-west-1.amazonaws.com/media.spacynlp.com'