From c8a48b469cee09618a0185bf42a476634eb09795 Mon Sep 17 00:00:00 2001 From: Johannes Ebke Date: Mon, 21 Sep 2020 17:22:38 +0200 Subject: [PATCH] Bump version to 0.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9298296..f621129 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='aws_list_all', - version='0.7.3', + version='0.8.0', description='List all your AWS resources, all regions, all services.', long_description=long_description, url='https://github.com/JohannesEbke/aws_list_all',