From 022fe9aed6a1832a84314f30e4f20b175ff4e00e Mon Sep 17 00:00:00 2001 From: Paul Craciunoiu Date: Tue, 3 May 2016 16:51:11 -0700 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 828371d..09ae200 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 'schematics==1.1.1', ], tests_require=['pytest', 'mock', 'factory_boy', 'moto'], - version = '0.6.10', + version = '0.6.11', description = 'A dynamodb common configuration abstraction', author='Paul Craciunoiu', author_email='pcraciunoiu@clearcareonline.com',