Skip to content

Commit

Permalink
Releasing the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed Jul 28, 2023
1 parent c7e4119 commit a62b474
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ New features
- GPU version


2.5.1 (upcoming)
================
2.5.1 (28/07/2023)
==================

Enhancements
------------
Expand Down
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.5.0"
__version__ = "2.5.1"
__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 @@ -34,7 +34,7 @@ OPT += -DUSE_OMP
DISTNAME:=Corrfunc
MAJOR:=2
MINOR:=5
PATCHLEVEL:=0
PATCHLEVEL:=1
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)
ABI_COMPAT_VERSION:=$(MAJOR).0
# Whenever conda needs to be checked again
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.5.0")
#define API_VERSION STR("2.5.1")

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

0 comments on commit a62b474

Please sign in to comment.