We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193def2 commit 3883c47Copy full SHA for 3883c47
python/rpdk/java/__init__.py
@@ -1,5 +1,5 @@
1
import logging
2
3
-__version__ = "2.0.0"
+__version__ = "2.0.1"
4
5
logging.getLogger(__name__).addHandler(logging.NullHandler())
setup.py
@@ -36,7 +36,7 @@ def find_version(*file_paths):
36
# package_data -> use MANIFEST.in instead
37
include_package_data=True,
38
zip_safe=True,
39
- install_requires=["cloudformation-cli>=0.1,<0.2"],
+ install_requires=["cloudformation-cli>=0.1.4,<0.2"],
40
python_requires=">=3.6",
41
entry_points={"rpdk.v1.languages": ["java = rpdk.java.codegen:JavaLanguagePlugin"]},
42
license="Apache License 2.0",
0 commit comments