diff --git a/setup.py b/setup.py index 2a638ff..d7169db 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ # Set this first for easier replacement -version = "2024.0.1" +version = "2024.0.2" # read the contents of the README file into the PyPI description this_directory = Path(__file__).parent diff --git a/src/quaternion/__init__.py b/src/quaternion/__init__.py index 5b8f0e3..c7ffc6c 100644 --- a/src/quaternion/__init__.py +++ b/src/quaternion/__init__.py @@ -3,7 +3,7 @@ # Copyright (c) 2024, Michael Boyle # See LICENSE file for details: -__version__ = "2024.0.1" +__version__ = "2024.0.2" __doc_title__ = "Quaternion dtype for NumPy" __doc__ = "Adds a quaternion dtype to NumPy." __all__ = ['quaternion',