Skip to content

Commit 1dd7f51

Browse files
committed
0.1.7 RC 1
1 parent 74ef66c commit 1dd7f51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ What is New in ArrayKit
3838
0.1.7
3939
............
4040

41-
Added `dtype_from_element()`.
41+
Added ``dtype_from_element()``.
4242

4343

4444
0.1.6
4545
............
4646

47-
Explicit imports in __init__.py for better static analysis.
47+
Explicit imports in ``__init__.py`` for better static analysis.
4848

4949

5050
0.1.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np # type: ignore
55

66

7-
AK_VERSION = '0.1.6'
7+
AK_VERSION = '0.1.7'
88

99

1010
def get_long_description() -> str:

0 commit comments

Comments
 (0)