Update the version to 1.7.2

This commit is contained in:
Brent O'Connor 2020-05-18 16:16:57 -05:00
parent c1e1ecf1e5
commit 2dfbc8ef64

View file

@ -1,7 +1,7 @@
__version_info__ = {
'major': 1,
'minor': 7,
'micro': 1,
'micro': 2,
'releaselevel': 'final',
'serial': 1
}