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 1dd7f51 commit e9cee59Copy full SHA for e9cee59
README.rst
@@ -35,6 +35,12 @@ ArrayKit requires the following:
35
What is New in ArrayKit
36
-------------------------
37
38
+0.1.8
39
+............
40
+
41
+Revised cross compile releases.
42
43
44
0.1.7
45
............
46
setup.py
@@ -4,7 +4,7 @@
4
import numpy as np # type: ignore
5
6
7
-AK_VERSION = '0.1.7'
+AK_VERSION = '0.1.8'
8
9
10
def get_long_description() -> str:
0 commit comments