File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
python/rpdk/python/templates Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- {{ support_lib_name }}== 0 .0.1
1+ {{ support_lib_name }}== 2 .0.0
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def find_version(*file_paths):
4646 },
4747 license = "Apache License 2.0" ,
4848 classifiers = [
49- "Development Status :: 2 - Pre-Alpha " ,
49+ "Development Status :: 5 - Production/Stable " ,
5050 "Environment :: Console" ,
5151 "Intended Audience :: Developers" ,
5252 "License :: OSI Approved :: Apache Software License" ,
Original file line number Diff line number Diff line change 33
44setup (
55 name = "cloudformation-cli-python-lib" ,
6- version = "0 .0.1 " ,
6+ version = "2 .0.0 " ,
77 description = __doc__ ,
88 author = "Amazon Web Services" ,
99 author_email = "aws-cloudformation-developers@amazon.com" ,
1616 install_requires = ["boto3>=1.10.20" , 'dataclasses;python_version<"3.7"' ],
1717 license = "Apache License 2.0" ,
1818 classifiers = [
19- "Development Status :: 2 - Pre-Alpha " ,
19+ "Development Status :: 5 - Production/Stable " ,
2020 "Intended Audience :: Developers" ,
2121 "License :: OSI Approved :: Apache Software License" ,
2222 "Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments