Skip to content

Commit 32c46b2

Browse files
fix: Upgraded log21
1 parent 80ab11d commit 32c46b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PDF-Helper"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [
55
{name = "CodeWriter21(Mehrad Pooryoussof)", email = "CodeWriter21@gmail.com"}
66
]
@@ -9,7 +9,7 @@ readme = {file = "README.md", content-type = "text/markdown"}
99
license = {text = "MIT", file = "LICENSE"}
1010
requires-python = ">=3.10"
1111
dependencies = [
12-
"log21>=3.3.1",
12+
"log21>=3.3.2",
1313
"pypdfium2>=4.30.0",
1414
"Pillow>=11.0.0"
1515
]

src/pdf_helper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from PIL import Image
1212
from pypdfium2 import PdfImage, PdfBitmap, PdfDocument
1313

14-
__version__ = '0.2.0'
14+
__version__ = '0.2.1'
1515

1616
__all__ = [
1717
'bundle', 'merge_pdfs', 'remove_pages', 'pdf_to_image', 'extract_text',

0 commit comments

Comments
 (0)