Skip to content

Commit 18846fc

Browse files
author
Oleksandr Pavlyk
committed
added missing include 'Python.h' in randomkit.h
1 parent 668a08b commit 18846fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mkl_random/src/randomkit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include <stddef.h>
2929
#include "mkl_vsl.h"
30+
#include "Python.h"
3031
#include "numpy/npy_common.h"
3132

3233
#ifndef _I_RANDOMKIT_

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
MAJOR = 1
3333
MINOR = 0
34-
MICRO = 3
35-
ISRELEASED = False
34+
MICRO = 4
35+
ISRELEASED = True
3636

3737
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
3838

0 commit comments

Comments
 (0)