Skip to content

Commit e90f515

Browse files
committed
1.0.9 RC 1
1 parent 388fc9c commit e90f515

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ ArrayKit requires the following:
3535
What is New in ArrayKit
3636
-------------------------
3737

38+
1.0.9
39+
............
40+
41+
Updated types in ``pyi`` file.
42+
43+
3844
1.0.8
3945
............
4046

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import Extension # type: ignore
66
from setuptools import setup
77

8-
AK_VERSION = '1.0.8'
8+
AK_VERSION = '1.0.9'
99

1010
ROOT_DIR_FP = path.abspath(path.dirname(__file__))
1111

0 commit comments

Comments
 (0)