Skip to content

Commit

Permalink
REL: 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvkersch committed Oct 4, 2017
1 parent 6f0ddac commit e0199dd
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
@@ -1,4 +1,4 @@
# Copyright (c) 2008-2013 by Enthought, Inc.
# Copyright (c) 2008-2017 by Enthought, Inc.
# All rights reserved.

# These are necessary to get the clib compiled. The following also adds
Expand Down Expand Up @@ -36,10 +36,10 @@
from numpy.distutils.misc_util import is_string

MAJOR = 4
MINOR = 6
MICRO = 3
MINOR = 7
MICRO = 0

IS_RELEASED = False
IS_RELEASED = True

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

Expand Down

0 comments on commit e0199dd

Please sign in to comment.