From af0fe123d1020d4ac7973055e7c5394cf81895d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20Kriszti=C3=A1n?= Date: Fri, 7 Jun 2024 14:01:04 +0000 Subject: [PATCH] OPS: bump version Co-authored-by: Laszlo Hammerl --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4dba463..73ad12a 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.3', + version='2.0.0', author='Emarsys Security', author_email='security@emarsys.com', license='MIT',