diff --git a/python/rpdk/python/__init__.py b/python/rpdk/python/__init__.py index fc0f8b1..e3c4ffd 100644 --- a/python/rpdk/python/__init__.py +++ b/python/rpdk/python/__init__.py @@ -1,5 +1,5 @@ import logging -__version__ = "2.1.8" +__version__ = "2.1.9" logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/src/setup.py b/src/setup.py index 9c2afd4..38f0611 100644 --- a/src/setup.py +++ b/src/setup.py @@ -3,7 +3,7 @@ setup( name="cloudformation-cli-python-lib", - version="2.1.17", + version="2.1.18", description=__doc__, author="Amazon Web Services", author_email="aws-cloudformation-developers@amazon.com",