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 28, 2016
1 parent b551ea5 commit 520ea31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@

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


def generate_cython():
Expand Down

0 comments on commit 520ea31

Please sign in to comment.