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