From c3dea8bc8b5c884aa44180aafc7fefa64a4cff5d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 21 Sep 2015 10:58:11 +0200 Subject: [PATCH] * Inc version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c045d0b9..a32967b6d 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def run_setup(exts): headers_workaround.install_headers('numpy') -VERSION = '0.90' +VERSION = '0.91' def main(modules, is_pypy): language = "cpp" includes = ['.', path.join(sys.prefix, 'include')]