diff --git a/python/healpix/__init__.py b/python/healpix/__init__.py index 08560ea..3628eab 100644 --- a/python/healpix/__init__.py +++ b/python/healpix/__init__.py @@ -2,7 +2,7 @@ # license: BSD-3-Clause '''Python package for HEALPix discretisation of the sphere''' -__version__ = '2024.1' +__version__ = '2024.2' import numpy as np