Skip to content

Commit 57cddeb

Browse files
authored
Update setup.py
1 parent cdd42b8 commit 57cddeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdf4llm/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"Programming Language :: Python :: 3",
1414
"Topic :: Utilities",
1515
]
16-
requires = ["pymupdf4llm==0.0.20"]
16+
requires = ["pymupdf4llm==0.0.21"]
1717

1818
setuptools.setup(
1919
name="pdf4llm",
20-
version="0.0.20",
20+
version="0.0.21",
2121
author="Artifex",
2222
author_email="support@artifex.com",
2323
description="PyMuPDF Utilities for LLM/RAG",

0 commit comments

Comments
 (0)