Skip to content

Commit 2fb0a0a

Browse files
committed
Bump the version to 1.1
1 parent 0e923b6 commit 2fb0a0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.1 (2023-02-23)
1+
# 1.1 (2023-02-24)
22

33
## Major Changes
44

array_api_compat/__init__.py

+1-1
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.0'
20+
__version__ = '1.1'
2121

2222
from .common import *

0 commit comments

Comments
 (0)