Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 3680961

Browse files
committed
0.2.0 RC 1
1 parent e81f66b commit 3680961

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ ArrayMap requires the following:
3636
What is New in ArrayMap
3737
-------------------------
3838

39+
0.2.0
40+
........
41+
42+
Now building wheels for 3.12.
43+
44+
Now building functional wheels for Mac OS ``arm64`` / Apple Silicon.
45+
46+
3947
0.1.9
4048
........
4149

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66

7-
AM_VERSION = "0.1.9"
7+
AM_VERSION = "0.2.0"
88

99
with open("README.rst") as file:
1010
LONG_DESCRIPTION = file.read()

0 commit comments

Comments
 (0)