From f7c45d35d4faa86e53adacc8a89769086c475dee Mon Sep 17 00:00:00 2001 From: Manodeep Sinha Date: Tue, 6 Aug 2024 21:43:28 +1000 Subject: [PATCH] Ahh - yes. I should really follow the releasing guide I have setup --- Corrfunc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Corrfunc/__init__.py b/Corrfunc/__init__.py index f5d2cc9d..ab850fef 100644 --- a/Corrfunc/__init__.py +++ b/Corrfunc/__init__.py @@ -12,7 +12,7 @@ import sys import warnings -__version__ = "2.5.2" +__version__ = "2.5.3" __author__ = "Manodeep Sinha "