From 2a6547300ef5592178159211eb541a1a6e08b683 Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Sun, 25 Aug 2024 23:56:29 -0500 Subject: [PATCH] Update setup.py to v0.36 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ecc5210..0131f3f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='awscurl', - version='0.35', + version='0.36', description='Curl like tool with AWS request signing', url='http://github.com/okigan/awscurl', author='Igor Okulist',