From 361f6fdd744152cc3185f385ee62de32b9a5d300 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 22 Sep 2015 02:22:27 +0200 Subject: [PATCH] * Inc version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a32967b6d..6c514ff06 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def run_setup(exts): headers_workaround.install_headers('numpy') -VERSION = '0.91' +VERSION = '0.93' def main(modules, is_pypy): language = "cpp" includes = ['.', path.join(sys.prefix, 'include')]