Skip to content

Commit d59774e

Browse files
committed
Upgrading version
1 parent 05ff35c commit d59774e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Corrfunc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import sys
1313
import warnings
1414

15-
__version__ = "2.4.0"
15+
__version__ = "2.5.0"
1616
__author__ = "Manodeep Sinha <manodeep@gmail.com>"
1717

1818

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ OPT += -DUSE_OMP
3333
### You should NOT edit below this line
3434
DISTNAME:=Corrfunc
3535
MAJOR:=2
36-
MINOR:=4
36+
MINOR:=5
3737
PATCHLEVEL:=0
3838
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)
3939
ABI_COMPAT_VERSION:=$(MAJOR).0

utils/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
extern "C" {
2222
#endif
2323

24-
#define API_VERSION STR("2.4.0")
24+
#define API_VERSION STR("2.5.0")
2525

2626
/* Macros as mask for the binning_flags */
2727
/* These consititute the 32 bytes for

0 commit comments

Comments
 (0)