File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " quaternion"
3
- version = " 2022.3.0 "
3
+ version = " 2022.3.1 "
4
4
description = " Add a quaternion dtype to NumPy"
5
5
readme = " README.md"
6
6
license = " MIT"
Original file line number Diff line number Diff line change 17
17
18
18
19
19
# Set this first for easier replacement
20
- version = "2022.3.0 "
20
+ version = "2022.3.1 "
21
21
22
22
if "win" in platform .lower () and not "darwin" in platform .lower ():
23
23
extra_compile_args = ["/O2" ]
Original file line number Diff line number Diff line change 3
3
# Copyright (c) 2021, Michael Boyle
4
4
# See LICENSE file for details: <https://github.com/moble/quaternion/blob/main/LICENSE>
5
5
6
- __version__ = "2022.3.0 "
6
+ __version__ = "2022.3.1 "
7
7
__doc_title__ = "Quaternion dtype for NumPy"
8
8
__doc__ = "Adds a quaternion dtype to NumPy."
9
9
__all__ = ['quaternion' ,
You can’t perform that action at this time.
0 commit comments