summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2014-05-04 16:23:08 -0600
committerCharles Harris <charlesr.harris@gmail.com>2014-05-04 22:05:45 -0600
commit98392ebd3a78f573e498118e56285bf703256b5d (patch)
tree8fd6261f511d0efdbeb5f9f305ea62a1b7246185 /numpy/core/setup_common.py
parent906ecabd71acc78b1d3ab658187919e196ee54d4 (diff)
downloadnumpy-98392ebd3a78f573e498118e56285bf703256b5d.tar.gz
MAINT: Update the C-API hash in cversions.txt.
The new annotations caused the api hash to change.
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):