diff --git a/setup.py b/setup.py index ba52e63..5f10da4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="dynamodump", - version="1.9.0", + version="1.9.1", author="Benny Chew", author_email="noreply@bennychew.com", description="Simple backup and restore for Amazon DynamoDB using AWS SDK for Python (boto3)",