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 8e15491 commit d40e314Copy full SHA for d40e314
2 files changed
README.md
@@ -24,6 +24,11 @@ ArrayMap requires the following:
24
What is New in ArrayMap
25
-------------------------
26
27
+0.1.2
28
+-------
29
+
30
+Corrected segfault resulting from initialization from generators that raise.
31
32
33
0.1.1
34
-------
setup.py
@@ -4,7 +4,7 @@
4
import os
5
6
7
-AM_VERSION = "0.1.1"
+AM_VERSION = "0.1.2"
8
9
10
with open("README.md") as file:
0 commit comments