Skip to content

Commit 2501df8

Browse files
committed
testing
1 parent 0014ea2 commit 2501df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/rpdk/python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import logging
22

3-
__version__ = "2.1.9"
3+
__version__ = "2.1.10"
44

55
logging.getLogger(__name__).addHandler(logging.NullHandler())

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="cloudformation-cli-python-lib",
6-
version="2.1.18",
6+
version="2.1.19",
77
description=__doc__,
88
author="Amazon Web Services",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)