summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/setup_common.py')
-rw-r--r--numpy/core/setup_common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/setup_common.py b/numpy/core/setup_common.py
index 4188f4c3f..85e92d923 100644
--- a/numpy/core/setup_common.py
+++ b/numpy/core/setup_common.py
@@ -34,6 +34,7 @@ C_ABI_VERSION = 0x01000009
#
# 0x00000008 - 1.7.x
# 0x00000009 - 1.8.x
+# 0x00000009 - 1.9.x
C_API_VERSION = 0x00000009
class MismatchCAPIWarning(Warning):