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 = " 2023.0.1 "
3
+ version = " 2023.0.2 "
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 8
8
9
9
10
10
# Set this first for easier replacement
11
- version = "2023.0.1 "
11
+ version = "2023.0.2 "
12
12
13
13
# read the contents of the README file into the PyPI description
14
14
this_directory = Path (__file__ ).parent
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__ = "2023.0.1 "
6
+ __version__ = "2023.0.2 "
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