Skip to content

Commit 1779283

Browse files
committed
1.1.0 RC 1
1 parent aac9767 commit 1779283

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ What is New in ArrayKit
3636
-------------------------
3737

3838

39-
1.1.0-dev
39+
1.1.0
4040
............
4141

4242
Now building free-threaded compatible wheels for Python 3.13.

requirements-build-3_11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
numpy==2.0.0
1+
numpy==2.0.2
22

requirements-build-3_12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
numpy==2.0.0
1+
numpy==2.2.6
22
setuptools==80.*

requirements-dev-3_11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.24.3
1+
numpy==2.0.2
22
pytest==7.1.2
33
invoke==2.2.0
44
hypothesis==6.10.1

requirements-dev-3_12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==2.0.0
1+
numpy==2.2.6
22
pytest==7.1.2
33
invoke==2.2.0
44
hypothesis==6.10.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import Extension # type: ignore
66
from setuptools import setup
77

8-
AK_VERSION = '1.0.9'
8+
AK_VERSION = '1.1.0'
99

1010
ROOT_DIR_FP = path.abspath(path.dirname(__file__))
1111

0 commit comments

Comments
 (0)