We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ff35c commit d59774eCopy full SHA for d59774e
3 files changed
Corrfunc/__init__.py
@@ -12,7 +12,7 @@
12
import sys
13
import warnings
14
15
-__version__ = "2.4.0"
+__version__ = "2.5.0"
16
__author__ = "Manodeep Sinha <manodeep@gmail.com>"
17
18
common.mk
@@ -33,7 +33,7 @@ OPT += -DUSE_OMP
33
### You should NOT edit below this line
34
DISTNAME:=Corrfunc
35
MAJOR:=2
36
-MINOR:=4
+MINOR:=5
37
PATCHLEVEL:=0
38
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)
39
ABI_COMPAT_VERSION:=$(MAJOR).0
utils/defs.h
@@ -21,7 +21,7 @@
21
extern "C" {
22
#endif
23
24
-#define API_VERSION STR("2.4.0")
+#define API_VERSION STR("2.5.0")
25
26
/* Macros as mask for the binning_flags */
27
/* These consititute the 32 bytes for
0 commit comments