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 388fc9c commit e90f515Copy full SHA for e90f515
README.rst
@@ -35,6 +35,12 @@ ArrayKit requires the following:
35
What is New in ArrayKit
36
-------------------------
37
38
+1.0.9
39
+............
40
+
41
+Updated types in ``pyi`` file.
42
43
44
1.0.8
45
............
46
setup.py
@@ -5,7 +5,7 @@
5
from setuptools import Extension # type: ignore
6
from setuptools import setup
7
8
-AK_VERSION = '1.0.8'
+AK_VERSION = '1.0.9'
9
10
ROOT_DIR_FP = path.abspath(path.dirname(__file__))
11
0 commit comments