Skip to content

Commit

Permalink
Bumped version number and marked as a patch. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed Feb 5, 2016
1 parent 7e943b1 commit 4f19bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Corrfunc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### following the accepted answer in:
### http://stackoverflow.com/questions/19913653/no-unicode-in-all-for-a-packages-init
__all__ = [n.encode('ascii') for n in __all__]
__version__ = "0.2.0"
__version__ = "0.2.1"

if sys.version_info[0] >= 3:
def rd(filename):
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CLINK:=
DISTNAME:=Corrfunc
MAJOR:=0
MINOR:=2
PATCHLEVEL:=0
PATCHLEVEL:=1
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)

INCLUDE:=-I../../io -I../../utils
Expand Down

0 comments on commit 4f19bcd

Please sign in to comment.