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 74ef66c commit 1dd7f51Copy full SHA for 1dd7f51
README.rst
@@ -38,13 +38,13 @@ What is New in ArrayKit
38
0.1.7
39
............
40
41
-Added `dtype_from_element()`.
+Added ``dtype_from_element()``.
42
43
44
0.1.6
45
46
47
-Explicit imports in __init__.py for better static analysis.
+Explicit imports in ``__init__.py`` for better static analysis.
48
49
50
0.1.5
setup.py
@@ -4,7 +4,7 @@
4
import numpy as np # type: ignore
5
6
7
-AK_VERSION = '0.1.6'
+AK_VERSION = '0.1.7'
8
9
10
def get_long_description() -> str:
0 commit comments