Skip to content

Commit

Permalink
Upgrading version
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed Dec 10, 2022
1 parent 05ff35c commit d59774e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Corrfunc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import sys
import warnings

__version__ = "2.4.0"
__version__ = "2.5.0"
__author__ = "Manodeep Sinha <manodeep@gmail.com>"


Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OPT += -DUSE_OMP
### You should NOT edit below this line
DISTNAME:=Corrfunc
MAJOR:=2
MINOR:=4
MINOR:=5
PATCHLEVEL:=0
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)
ABI_COMPAT_VERSION:=$(MAJOR).0
Expand Down
2 changes: 1 addition & 1 deletion utils/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
extern "C" {
#endif

#define API_VERSION STR("2.4.0")
#define API_VERSION STR("2.5.0")

/* Macros as mask for the binning_flags */
/* These consititute the 32 bytes for
Expand Down

0 comments on commit d59774e

Please sign in to comment.