Skip to content

Commit 73c0366

Browse files
committed
Bumped version
1 parent 7447149 commit 73c0366

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Corrfunc/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
unicode_literals)
1111
import os
1212

13-
__version__ = "2.3.1"
13+
__version__ = "2.3.2"
1414
__author__ = "Manodeep Sinha <manodeep@gmail.com>"
1515

1616

@@ -20,7 +20,7 @@
2020
__CORRFUNC_SETUP__ = False
2121

2222
if not __CORRFUNC_SETUP__:
23-
from . import io
23+
from . import io
2424
from . import utils
2525
from . import theory
2626
from . import mocks

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ OPT += -DUSE_OMP
4141
DISTNAME:=Corrfunc
4242
MAJOR:=2
4343
MINOR:=3
44-
PATCHLEVEL:=1
44+
PATCHLEVEL:=2
4545
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)
4646
ABI_COMPAT_VERSION:=$(MAJOR).0
4747
# Whenever conda needs to be checked again

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.3.1")
24+
#define API_VERSION STR("2.3.2")
2525

2626

2727
/* Macros as mask for the binning_flags */

0 commit comments

Comments
 (0)