Reverted version number

This commit is contained in:
Jeff Albert 2016-09-16 23:31:07 -04:00
parent 6d7b0c9a15
commit d3b2bdace2

View File

@ -22,7 +22,7 @@ extras_require = {
setup(
name='moto',
version='0.4.27',
version='0.4.26',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',