We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668a08b commit 18846fcCopy full SHA for 18846fc
mkl_random/src/randomkit.h
@@ -27,6 +27,7 @@
27
28
#include <stddef.h>
29
#include "mkl_vsl.h"
30
+#include "Python.h"
31
#include "numpy/npy_common.h"
32
33
#ifndef _I_RANDOMKIT_
setup.py
@@ -31,8 +31,8 @@
MAJOR = 1
MINOR = 0
34
-MICRO = 3
35
-ISRELEASED = False
+MICRO = 4
+ISRELEASED = True
36
37
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
38
0 commit comments