File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## Changes in version 0.0.28
4+
5+ ### Fixes:
6+
7+ * [ xxx] ( https://github.com/pymupdf/RAG/issues/xxx ) -
8+
9+ ### Other Changes:
10+
11+ * xxx
12+
13+
314## Changes in version 0.0.27
415
516### Fixes:
Original file line number Diff line number Diff line change 1313 "Programming Language :: Python :: 3" ,
1414 "Topic :: Utilities" ,
1515]
16- requires = ["pymupdf4llm==0.0.27 " ]
16+ requires = ["pymupdf4llm==0.0.28 " ]
1717
1818setuptools .setup (
1919 name = "pdf4llm" ,
20- version = "0.0.27 " ,
20+ version = "0.0.28 " ,
2121 author = "Artifex" ,
22222323 description = "PyMuPDF Utilities for LLM/RAG" ,
Original file line number Diff line number Diff line change 1414 "Topic :: Utilities" ,
1515]
1616
17- version = "0.0.27 "
17+ version = "0.0.28 "
1818requires = ["pymupdf>=1.26.3" ]
1919
2020text = requires [0 ].split ("=" )[1 ]
You can’t perform that action at this time.
0 commit comments