See #249.
Or fix it in convert.py as suggested in #438 (comment).
Maybe use the following rather than checking for version number:
if name == 'two_power_law' and 'coefficent_1' in old_pars:
old_pars['coefficient_1'] = old_pars['coefficent_1']
del old_pars['coefficent_1']