Skip to content

Commit

Permalink
MAINT: Post-release bump to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvkersch committed Oct 6, 2017
1 parent e0199dd commit f26b09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

MAJOR = 4
MINOR = 7
MICRO = 0
MICRO = 1

IS_RELEASED = True
IS_RELEASED = False

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

Expand Down

0 comments on commit f26b09b

Please sign in to comment.