From 42f6cb658f8e5272c8e98b1720b5b6ecaf61a23e Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Mon, 15 Apr 2019 16:09:59 -0700 Subject: [PATCH] Increment version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ecc77035..3e8b93a91 100644 --- a/setup.py +++ b/setup.py @@ -211,7 +211,7 @@ def get_from_env(key): setuptools.setup( name="awscrt", - version="0.2.7", + version="0.2.8", author="Amazon Web Services, Inc", author_email="aws-sdk-common-runtime@amazon.com", description="A common runtime for AWS Python projects",