From 309449b109b2fd3c45a741b85e7e37b3077ebfdc Mon Sep 17 00:00:00 2001 From: Edouard Belval Date: Wed, 5 Jul 2023 12:37:06 -0700 Subject: [PATCH] Version 1.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 620faf70..5dafb3f8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read_requirements(path): setup( # include data files name="amazon-textract-textractor", - version="1.3.1", + version="1.3.2", license="Apache 2.0", description="A package to use AWS Textract services.", url="https://github.com/aws-samples/amazon-textract-textractor",