We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa20da commit afa24bfCopy full SHA for afa24bf
array_api_compat/__init__.py
@@ -17,6 +17,6 @@
17
this implementation for the default when working with NumPy arrays.
18
19
"""
20
-__version__ = '1.7'
+__version__ = '1.7.1'
21
22
from .common import * # noqa: F401, F403
docs/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.7.1 (2024-05-28)
4
+
5
+## Minor Changes
6
7
+- Fix a typo in setup.py ([@sunpoet](https://github.com/sunpoet)).
8
9
## 1.7 (2024-05-24)
10
11
## Major Changes
0 commit comments