From 2c20a6df78f3b2e2f8c4cabf9b168a62adb898ed Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Fri, 5 May 2023 15:12:56 -0500 Subject: [PATCH] Update setup.py to v0.29 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd79c11..64e76cf 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='awscurl', - version='0.28', + version='0.29', description='Curl like tool with AWS request signing', url='http://github.com/okigan/awscurl', author='Igor Okulist',