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 4fc91bc commit df57937Copy full SHA for df57937
2 files changed
README.rst
@@ -36,6 +36,12 @@ ArrayMap requires the following:
36
What is New in ArrayMap
37
-------------------------
38
39
+0.1.9
40
+........
41
+
42
+Improvements to ``PyObject`` struct layout and other internal refactoring.
43
44
45
0.1.8
46
........
47
setup.py
@@ -4,7 +4,7 @@
4
import os
5
6
7
-AM_VERSION = "0.1.8"
+AM_VERSION = "0.1.9"
8
9
10
with open("README.rst") as file:
0 commit comments