Skip to content

Commit

Permalink
update to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoreyf committed Mar 20, 2021
1 parent edf90fc commit e562665
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 @@ -10,7 +10,7 @@
unicode_literals)
import os

__version__ = "0.0.5"
__version__ = "0.0.6"
__author__ = "Kate Storey-Fisher <kstoreyfisher@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:=suave
MAJOR:=0
MINOR:=0
PATCHLEVEL:=5
PATCHLEVEL:=6
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("0.0.5")
#define API_VERSION STR("0.0.6")


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

0 comments on commit e562665

Please sign in to comment.