From d8f6da1dfa918b8ef59c91076bc4846dd156637f Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Wed, 11 Oct 2023 19:10:04 -0500 Subject: [PATCH] Update setup.py to v0.31 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7605a77..7c9b898 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='awscurl', - version='0.30', + version='0.31', description='Curl like tool with AWS request signing', url='http://github.com/okigan/awscurl', author='Igor Okulist',