From 2b9f16317369277a626c1f4d15f7fbeb1cf3975a Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Mon, 23 Oct 2023 12:49:42 -0500 Subject: [PATCH] Update setup.py to v0.32 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c9b898..b4f496f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='awscurl', - version='0.31', + version='0.32', description='Curl like tool with AWS request signing', url='http://github.com/okigan/awscurl', author='Igor Okulist',