From 4a5c60acb027ed71a237c5f4da367b2a41861601 Mon Sep 17 00:00:00 2001 From: gabriel Date: Fri, 9 Aug 2024 21:45:57 -0300 Subject: [PATCH] update library version on setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a82d5e7..aceea3f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ readme = file.read() setup(name='pypdf2htmlex', - version='1.3', + version='1.4', license='MIT License', author='Gabriel Batistuta', long_description=readme,