Skip to content

Commit 0cf6967

Browse files
authored
Merge pull request #31 from asmeurer/release
1.1.1 release
2 parents 58cd3b9 + 42a110d commit 0cf6967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.1.1 (2023-03-08)
1+
# 1.1.1 (2023-03-10)
22

33
## Major Changes
44

array_api_compat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
this implementation for the default when working with NumPy arrays.
1818
1919
"""
20-
__version__ = '1.1'
20+
__version__ = '1.1.1'
2121

2222
from .common import *

0 commit comments

Comments
 (0)