Skip to content

Commit

Permalink
0.3.0 RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Jul 11, 2024
1 parent fd0b79d commit d64b260
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ ArrayMap requires the following:
What is New in ArrayMap
-------------------------

0.3.0
........

Now building with NumPy 2.0.


0.2.2
........

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os


AM_VERSION = "0.2.2"
AM_VERSION = "0.3.0"

with open("README.rst") as file:
LONG_DESCRIPTION = file.read()
Expand Down

0 comments on commit d64b260

Please sign in to comment.