summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-05-22 20:15:17 -0600
committerGitHub <noreply@github.com>2021-05-22 20:15:17 -0600
commitb283e16320d962517381ec2202bb55d785b33e8c (patch)
treef200a60225dd1a60d9d969d6cab776d4817eec2c /numpy/core/setup_common.py
parent7aeb763c0cb7b2ada635e9e97b7b3b416f994a8c (diff)
parentdc323b1c8b5e570dcce8926246127ead719cf52a (diff)
downloadnumpy-b283e16320d962517381ec2202bb55d785b33e8c.tar.gz
Merge pull request #19070 from charris/prepare-main-for-1.22.0.dev0
REL: Prepare for NumPy 1.22.0 development
Diffstat (limited to 'numpy/core/setup_common.py')
-rw-r--r--numpy/core/setup_common.py2
1 files changed, 2 insertions, 0 deletions
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):