Added filtering

This commit is contained in:
Declan Shanaghy 2017-06-20 11:47:53 -07:00
commit db20dfcd82
4 changed files with 190 additions and 5 deletions

View file

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