From 73c0366055ad43d2e4999d032eb460ec80598dce Mon Sep 17 00:00:00 2001 From: Manodeep Sinha Date: Tue, 24 Dec 2019 11:13:10 +1100 Subject: [PATCH] Bumped version --- Corrfunc/__init__.py | 4 ++-- common.mk | 2 +- utils/defs.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Corrfunc/__init__.py b/Corrfunc/__init__.py index 04211be9..14e96020 100644 --- a/Corrfunc/__init__.py +++ b/Corrfunc/__init__.py @@ -10,7 +10,7 @@ unicode_literals) import os -__version__ = "2.3.1" +__version__ = "2.3.2" __author__ = "Manodeep Sinha " @@ -20,7 +20,7 @@ __CORRFUNC_SETUP__ = False if not __CORRFUNC_SETUP__: - from . import io + from . import io from . import utils from . import theory from . import mocks diff --git a/common.mk b/common.mk index 5ae0f9f6..3ccbf7fe 100644 --- a/common.mk +++ b/common.mk @@ -41,7 +41,7 @@ OPT += -DUSE_OMP DISTNAME:=Corrfunc MAJOR:=2 MINOR:=3 -PATCHLEVEL:=1 +PATCHLEVEL:=2 VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL) ABI_COMPAT_VERSION:=$(MAJOR).0 # Whenever conda needs to be checked again diff --git a/utils/defs.h b/utils/defs.h index d47972f2..8996d35e 100644 --- a/utils/defs.h +++ b/utils/defs.h @@ -21,7 +21,7 @@ extern "C" { #endif -#define API_VERSION STR("2.3.1") +#define API_VERSION STR("2.3.2") /* Macros as mask for the binning_flags */