From fd1c98077e26e7b3fd7d825ae7679cf081010b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20Kriszti=C3=A1n?= Date: Tue, 19 Mar 2024 15:46:07 +0000 Subject: [PATCH] OPS: bump version to 1.0.3 Co-authored-by: Laszlo Losonczy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f06b0e0..4dba463 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ description='Python implementation of the AWS4 compatible Escher HTTP request signing protocol.', long_description=long_description, long_description_content_type='text/markdown', - version='1.0.2', + version='1.0.3', author='Emarsys Security', author_email='security@emarsys.com', license='MIT',