From f8d9badbee620d3e05ef6ff082671b138bb5c1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20Kriszti=C3=A1n?= Date: Thu, 14 Mar 2024 12:31:22 +0000 Subject: [PATCH] OPS: bump version to 1.0.2 Co-authored-by: Laszlo Losonczy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 180c3f4..f06b0e0 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.1', + version='1.0.2', author='Emarsys Security', author_email='security@emarsys.com', license='MIT',