Skip to content

Commit

Permalink
Bump version number for 4.7.2 release (#151)
Browse files Browse the repository at this point in the history
* Bump version number for 4.7.2 release

* Set IS_RELEASED to True
  • Loading branch information
mdickinson authored May 3, 2019
1 parent db2e9df commit 3704677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
MINOR = 7
MICRO = 2

IS_RELEASED = False
IS_RELEASED = True

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

Expand Down

0 comments on commit 3704677

Please sign in to comment.