* Increment version

This commit is contained in:
Matthew Honnibal 2015-06-24 04:51:38 +02:00
parent a4e9bdf4c1
commit 886100e1a2
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ def run_setup(exts):
headers_workaround.install_headers('numpy') headers_workaround.install_headers('numpy')
VERSION = '0.85' VERSION = '0.86'
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')]