From 471dde9985d89cfa2442f80753dc639f4908134d Mon Sep 17 00:00:00 2001 From: John Salvatier Date: Mon, 6 Aug 2012 18:11:02 -0700 Subject: gave MapIter an API --- numpy/core/setup_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/setup_common.py') diff --git a/numpy/core/setup_common.py b/numpy/core/setup_common.py index 58876a8e4..83589695d 100644 --- a/numpy/core/setup_common.py +++ b/numpy/core/setup_common.py @@ -29,7 +29,7 @@ C_ABI_VERSION = 0x01000009 # without breaking binary compatibility. In this case, only the C_API_VERSION # (*not* C_ABI_VERSION) would be increased. Whenever binary compatibility is # broken, both C_API_VERSION and C_ABI_VERSION should be increased. -C_API_VERSION = 0x00000007 +C_API_VERSION = 0x00000008 class MismatchCAPIWarning(Warning): pass -- cgit v1.2.1