Skip to content

Commit d64b260

Browse files
committed
0.3.0 RC 1
1 parent fd0b79d commit d64b260

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
@@ -36,6 +36,12 @@ ArrayMap requires the following:
3636
What is New in ArrayMap
3737
-------------------------
3838

39+
0.3.0
40+
........
41+
42+
Now building with NumPy 2.0.
43+
44+
3945
0.2.2
4046
........
4147

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.2.2"
7+
AM_VERSION = "0.3.0"
88

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

0 commit comments

Comments
 (0)