From 5ced904f29ffb3bdf9ab6e75d9c722d3b1c7f1e1 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Wed, 5 Feb 2020 17:36:23 -0800 Subject: Small fixups/comments --- numpy/core/setup_common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/core/setup_common.py') diff --git a/numpy/core/setup_common.py b/numpy/core/setup_common.py index 63c4a76a9..72b59f9ae 100644 --- a/numpy/core/setup_common.py +++ b/numpy/core/setup_common.py @@ -40,7 +40,8 @@ C_ABI_VERSION = 0x01000009 # 0x0000000c - 1.14.x # 0x0000000c - 1.15.x # 0x0000000d - 1.16.x -C_API_VERSION = 0x0000000d +# 0x0000000e - 1.19.x +C_API_VERSION = 0x0000000e class MismatchCAPIWarning(Warning): pass -- cgit v1.2.1