From a43777cef80997830d51d7b3a5546893c9e1ef13 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 19 Oct 2015 07:46:42 +0200 Subject: [PATCH] * Inc version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8070193c2..090b80f96 100644 --- a/setup.py +++ b/setup.py @@ -175,7 +175,7 @@ def run_setup(exts): headers_workaround.install_headers('numpy') -VERSION = '0.95' +VERSION = '0.96' def main(modules, is_pypy): language = "cpp" includes = ['.', path.join(sys.prefix, 'include')]