Skip to content

Commit

Permalink
MAINT: release 4.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Dec 9, 2014
1 parent 0e3fc59 commit bb4024a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -17,9 +17,9 @@
MINOR = 8
MICRO = 0

IS_RELEASED = False
IS_RELEASED = True

VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

BOOTSTRAP_SCRIPT = os.path.join(os.path.dirname(__file__), "scripts", "bootstrap.py")

Expand Down

0 comments on commit bb4024a

Please sign in to comment.