From c59de284c268c3ca21a87128546d9098caa59391 Mon Sep 17 00:00:00 2001 From: Anton Mokhovikov Date: Mon, 29 Jun 2020 12:48:25 -0700 Subject: [PATCH] dependencies bump, dev status change --- python/rpdk/python/templates/requirements.txt | 2 +- setup.py | 2 +- src/setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/rpdk/python/templates/requirements.txt b/python/rpdk/python/templates/requirements.txt index 15ebf3b2..d722e785 100644 --- a/python/rpdk/python/templates/requirements.txt +++ b/python/rpdk/python/templates/requirements.txt @@ -1 +1 @@ -{{ support_lib_name }}==0.0.1 +{{ support_lib_name }}==2.0.0 diff --git a/setup.py b/setup.py index e42fa863..0bd7ecb3 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def find_version(*file_paths): }, license="Apache License 2.0", classifiers=[ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", diff --git a/src/setup.py b/src/setup.py index 659527cd..658c3660 100644 --- a/src/setup.py +++ b/src/setup.py @@ -3,7 +3,7 @@ setup( name="cloudformation-cli-python-lib", - version="0.0.1", + version="2.0.0", description=__doc__, author="Amazon Web Services", author_email="aws-cloudformation-developers@amazon.com", @@ -16,7 +16,7 @@ install_requires=["boto3>=1.10.20", 'dataclasses;python_version<"3.7"'], license="Apache License 2.0", classifiers=[ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English",