From d31efbed023689ae6599b097795c09f89853c0a8 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 22 May 2021 17:49:10 -0600 Subject: MAINT: Update cversions. No changes for the NumPy 1.21.x release. --- numpy/core/setup_common.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/core/setup_common.py') diff --git a/numpy/core/setup_common.py b/numpy/core/setup_common.py index fe66bd173..85c8f16d1 100644 --- a/numpy/core/setup_common.py +++ b/numpy/core/setup_common.py @@ -42,6 +42,8 @@ C_ABI_VERSION = 0x01000009 # 0x0000000d - 1.16.x # 0x0000000d - 1.19.x # 0x0000000e - 1.20.x +# 0x0000000e - 1.21.x +# 0x0000000e - 1.22.x C_API_VERSION = 0x0000000e class MismatchCAPIWarning(Warning): -- cgit v1.2.1