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 Oct 14, 2016
1 parent dfdd1d5 commit 74d7baa
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 = 5
ISRELEASED = False
MICRO = 6
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
GIT_REVISION = "0545b317e0bfdfaa21eb78d48cfbcd971da7fa5c"
GIT_REVISION = "dfdd1d5ea0339c897b25028cd011560f0a360039"


def generate_cython():
Expand Down

0 comments on commit 74d7baa

Please sign in to comment.