diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2021-11-15 13:18:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 13:18:53 -0700 |
| commit | 7310c09cb07e11e6ae146957166eac2f17c0729d (patch) | |
| tree | e7788b4c0b32ed738c9cb3819e12619298f7f58d /numpy/core/include | |
| parent | a7e22741d058a4c1c8d6b93facbafdf712806614 (diff) | |
| parent | 9c8c88eb68565b80329503f6225b1ee6ebef2356 (diff) | |
| download | numpy-7310c09cb07e11e6ae146957166eac2f17c0729d.tar.gz | |
Merge pull request #20373 from charris/prepare-for-1.22-branch
MAINT: Prepare for branching maintenance/1.22.x
Diffstat (limited to 'numpy/core/include')
| -rw-r--r-- | numpy/core/include/numpy/numpyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/numpyconfig.h b/numpy/core/include/numpy/numpyconfig.h index 1c3686769..f761555b9 100644 --- a/numpy/core/include/numpy/numpyconfig.h +++ b/numpy/core/include/numpy/numpyconfig.h @@ -56,6 +56,6 @@ #define NPY_1_19_API_VERSION 0x00000008 #define NPY_1_20_API_VERSION 0x0000000e #define NPY_1_21_API_VERSION 0x0000000e -#define NPY_1_22_API_VERSION 0x0000000e +#define NPY_1_22_API_VERSION 0x0000000f #endif /* NUMPY_CORE_INCLUDE_NUMPY_NPY_NUMPYCONFIG_H_ */ |
