File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 unicode_literals )
1111import os
1212
13- __version__ = "2.3.1 "
13+ __version__ = "2.3.2 "
1414__author__ = "Manodeep Sinha <manodeep@gmail.com>"
1515
1616
2020 __CORRFUNC_SETUP__ = False
2121
2222if not __CORRFUNC_SETUP__ :
23- from . import io
23+ from . import io
2424 from . import utils
2525 from . import theory
2626 from . import mocks
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ OPT += -DUSE_OMP
4141DISTNAME: =Corrfunc
4242MAJOR: =2
4343MINOR: =3
44- PATCHLEVEL: =1
44+ PATCHLEVEL: =2
4545VERSION: =$(MAJOR ) .$(MINOR ) .$(PATCHLEVEL )
4646ABI_COMPAT_VERSION: =$(MAJOR ) .0
4747# Whenever conda needs to be checked again
Original file line number Diff line number Diff line change 2121extern "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 */
You can’t perform that action at this time.
0 commit comments