From 6f9c57396d8a6e52f5e68c2f90d9ecd2a3707413 Mon Sep 17 00:00:00 2001 From: Nicolas Tessore Date: Sat, 22 Jun 2024 22:39:12 +0100 Subject: [PATCH] REL: healpix 2024.2 (#56) Bump package version for 2024.2 release. --- python/healpix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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