Skip to content

Commit 2286c47

Browse files
author
github-actions
committed
Update version for new release
1 parent 0693621 commit 2286c47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quaternion"
3-
version = "2023.0.1"
3+
version = "2023.0.2"
44
description = "Add a quaternion dtype to NumPy"
55
readme = "README.md"
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
# Set this first for easier replacement
11-
version = "2023.0.1"
11+
version = "2023.0.2"
1212

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

src/quaternion/__init__.py

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

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

0 commit comments

Comments
 (0)