Skip to content

Commit

Permalink
Prepping for release
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Jun 24, 2016
1 parent eaf6136 commit 0367a33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"""

MAJOR = 0
MINOR = 6
MICRO = 3
ISRELEASED = False
MINOR = 7
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
GIT_REVISION = "eb4833cc5519581808111096257dad6bc5195cc5"
GIT_REVISION = "eaf6136f362a207890fe92124cf4337358479bff"


def generate_cython():
Expand Down

0 comments on commit 0367a33

Please sign in to comment.