Skip to content

Commit 4036eba

Browse files
authored
dependencies bump, dev status change (#103)
1 parent 9eace5a commit 4036eba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{ support_lib_name }}==0.0.1
1+
{{ support_lib_name }}==2.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

src/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
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",
@@ -16,7 +16,7 @@
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",

0 commit comments

Comments
 (0)