From c65cc8b85332cbbc7f40f436fc671ba33f36c709 Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Fri, 5 May 2023 11:49:11 -0500 Subject: [PATCH] Update setup.py to v0.28 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8bf8058..ff82673 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='awscurl', - version='0.27', + version='0.28', description='Curl like tool with AWS request signing', url='http://github.com/okigan/awscurl', author='Igor Okulist',