Skip to content

Commit

Permalink
Bumped to version 1.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed Apr 14, 2016
1 parent 237b868 commit 73ae6da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Corrfunc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# for-a-packages-init
if sys.version_info[0] < 3:
__all__ = [n.encode('ascii') for n in __all__]
__version__ = "0.2.3"

__version__ = "1.0.0"

if sys.version_info[0] >= 3:
def rd(filename):
Expand Down
6 changes: 3 additions & 3 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ CLINK:=

### You should NOT edit below this line
DISTNAME:=Corrfunc
MAJOR:=0
MINOR:=2
PATCHLEVEL:=3
MAJOR:=1
MINOR:=0
PATCHLEVEL:=0
VERSION:=$(MAJOR).$(MINOR).$(PATCHLEVEL)


Expand Down

0 comments on commit 73ae6da

Please sign in to comment.