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 Aug 4, 2016
1 parent 0545b31 commit 12e03ed
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 = 4
ISRELEASED = False
MICRO = 5
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
GIT_REVISION = "d60dda21385451f2cbdf062e5f7f1ed893fb62c6"
GIT_REVISION = "0545b317e0bfdfaa21eb78d48cfbcd971da7fa5c"


def generate_cython():
Expand Down

0 comments on commit 12e03ed

Please sign in to comment.