Skip to content

Commit 3883c47

Browse files
author
Wenbing Li
authored
Bump required cloudformation-cli to 0.1.4 (#285)
1 parent 193def2 commit 3883c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/rpdk/java/__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.0.0"
3+
__version__ = "2.0.1"
44

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def find_version(*file_paths):
3636
# package_data -> use MANIFEST.in instead
3737
include_package_data=True,
3838
zip_safe=True,
39-
install_requires=["cloudformation-cli>=0.1,<0.2"],
39+
install_requires=["cloudformation-cli>=0.1.4,<0.2"],
4040
python_requires=">=3.6",
4141
entry_points={"rpdk.v1.languages": ["java = rpdk.java.codegen:JavaLanguagePlugin"]},
4242
license="Apache License 2.0",

0 commit comments

Comments
 (0)