Skip to content

Commit 09093c3

Browse files
authored
Merge pull request #311 from pymupdf/v0.0.28
Version 0.0.28
2 parents 57e66c4 + 82e04f1 commit 09093c3

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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:

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.27"]
16+
requires = ["pymupdf4llm==0.0.28"]
1717

1818
setuptools.setup(
1919
name="pdf4llm",
20-
version="0.0.27",
20+
version="0.0.28",
2121
author="Artifex",
2222
author_email="[email protected]",
2323
description="PyMuPDF Utilities for LLM/RAG",

pymupdf4llm/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Topic :: Utilities",
1515
]
1616

17-
version = "0.0.27"
17+
version = "0.0.28"
1818
requires = ["pymupdf>=1.26.3"]
1919

2020
text = requires[0].split("=")[1]

0 commit comments

Comments
 (0)