From 1d86f6a6004a81cf0c42f9530e2f784bf37ab6bd Mon Sep 17 00:00:00 2001 From: Johannes Ebke Date: Thu, 18 Apr 2019 22:17:58 +0200 Subject: [PATCH] Bump version to 0.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4dc6bb..619d008 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='aws_list_all', - version='0.5.0', + version='0.6.0', description='List all your AWS resources, all regions, all services.', long_description=long_description, url='https://github.com/JohannesEbke/aws_list_all',