From dbb7d61ab7769ed73d2217a1652e0f739dea228d Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Thu, 22 Aug 2024 22:45:24 -0500 Subject: [PATCH] Update setup.py to v0.35 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1077dff..ecc5210 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='awscurl', - version='0.34', + version='0.35', description='Curl like tool with AWS request signing', url='http://github.com/okigan/awscurl', author='Igor Okulist',