Skip to content

Commit

Permalink
version bump (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianwithay21 authored Nov 17, 2022
1 parent 0e66823 commit 6eca930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/rpdk/python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging

__version__ = "2.1.6"
__version__ = "2.1.7"

logging.getLogger(__name__).addHandler(logging.NullHandler())
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="cloudformation-cli-python-lib",
version="2.1.13",
version="2.1.14",
description=__doc__,
author="Amazon Web Services",
author_email="[email protected]",
Expand Down

0 comments on commit 6eca930

Please sign in to comment.