From a672fb3f42de5ab751ae0e437b739b0db1a7ab36 Mon Sep 17 00:00:00 2001 From: Bryan Ayala Date: Tue, 15 Aug 2023 14:02:33 -0700 Subject: [PATCH] bump python lib version to 2.1.17 (#262) --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 4f14dfb..607c3db 100644 --- a/src/setup.py +++ b/src/setup.py @@ -3,7 +3,7 @@ setup( name="cloudformation-cli-python-lib", - version="2.1.16", + version="2.1.17", description=__doc__, author="Amazon Web Services", author_email="aws-cloudformation-developers@amazon.com",