Skip to content

Commit 4d715b3

Browse files
author
github-actions
committed
Update version for new release
1 parent 57af1e1 commit 4d715b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
# Set this first for easier replacement
11-
version = "2024.0.5"
11+
version = "2024.0.6"
1212

1313
# read the contents of the README file into the PyPI description
1414
this_directory = Path(__file__).parent

src/quaternion/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2024, Michael Boyle
44
# See LICENSE file for details: <https://github.com/moble/quaternion/blob/main/LICENSE>
55

6-
__version__ = "2024.0.5"
6+
__version__ = "2024.0.6"
77
__doc_title__ = "Quaternion dtype for NumPy"
88
__doc__ = "Adds a quaternion dtype to NumPy."
99
__all__ = ['quaternion',

0 commit comments

Comments
 (0)