From 5d1666fa00a3fb8d2d134b8d3cc174e1d77e93bc Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Thu, 7 May 2020 22:47:30 -0700 Subject: [PATCH] version-bump (#145) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ebcca94b..6783783a3 100644 --- a/setup.py +++ b/setup.py @@ -244,7 +244,7 @@ def awscrt_ext(): setuptools.setup( name="awscrt", - version="0.5.14", + version="0.5.15", author="Amazon Web Services, Inc", author_email="aws-sdk-common-runtime@amazon.com", description="A common runtime for AWS Python projects",