From 9ee1ddab7e33f774144e4b5da0e561010fc6d70d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 23 Oct 2015 02:04:48 +0200 Subject: [PATCH] * Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1449d509033..48e72ff997a 100644 --- a/setup.py +++ b/setup.py @@ -177,7 +177,7 @@ def run_setup(exts): headers_workaround.install_headers('numpy') -VERSION = '0.96' +VERSION = '0.97' def main(modules, is_pypy): language = "cpp" includes = ['.', path.join(sys.prefix, 'include')]