From 6fa4a46679de6f11b32da252596ac313e0f5c534 Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Wed, 18 Sep 2019 10:16:34 -0700 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a557ac9..69299018 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='awsiotsdk', - version='0.2.4', + version='0.2.7', description='AWS IoT SDK based on the AWS Common Runtime', author='AWS SDK Common Runtime Team', url='https://github.com/awslabs/aws-iot-device-sdk-python-v2',