We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57af1e1 commit 4d715b3Copy full SHA for 4d715b3
setup.py
@@ -8,7 +8,7 @@
8
9
10
# Set this first for easier replacement
11
-version = "2024.0.5"
+version = "2024.0.6"
12
13
# read the contents of the README file into the PyPI description
14
this_directory = Path(__file__).parent
src/quaternion/__init__.py
@@ -3,7 +3,7 @@
3
# Copyright (c) 2024, Michael Boyle
4
# See LICENSE file for details: <https://github.com/moble/quaternion/blob/main/LICENSE>
5
6
-__version__ = "2024.0.5"
+__version__ = "2024.0.6"
7
__doc_title__ = "Quaternion dtype for NumPy"
__doc__ = "Adds a quaternion dtype to NumPy."
__all__ = ['quaternion',
0 commit comments