Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed Dec 24, 2019
1 parent 7447149 commit 73c0366
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Corrfunc/__init__.py
Expand Up @@ -10,7 +10,7 @@
unicode_literals)
import os

__version__ = "2.3.1"
__version__ = "2.3.2"
__author__ = "Manodeep Sinha <manodeep@gmail.com>"


Expand All @@ -20,7 +20,7 @@
__CORRFUNC_SETUP__ = False

if not __CORRFUNC_SETUP__:
from . import io
from . import io
from . import utils
from . import theory
from . import mocks
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -41,7 +41,7 @@ OPT += -DUSE_OMP
DISTNAME:=Corrfunc
MAJOR:=2
MINOR:=3
PATCHLEVEL:=1
PATCHLEVEL:=2
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
Expand Up @@ -21,7 +21,7 @@
extern "C" {
#endif

#define API_VERSION STR("2.3.1")
#define API_VERSION STR("2.3.2")


/* Macros as mask for the binning_flags */
Expand Down

0 comments on commit 73c0366

Please sign in to comment.