From ee504ef12807699adccab9ffd48d33ddb1e04d66 Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Wed, 21 Oct 2020 13:14:29 -0700 Subject: [PATCH] release version 0.20 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f59f613..5bd46d1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='awscurl', - version='0.20', + version='0.21', description='Curl like tool with AWS request signing', url='http://github.com/okigan/awscurl', author='Igor Okulist',