Skip to content

Commit 338db35

Browse files
author
Vic-Nas
committed
Auto-generate docs and bump version 0.37
1 parent 572aef4 commit 338db35

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.36
1+
0.37

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
setup(
88
name="vicutils",
9-
version="0.36",
9+
version="0.37",
1010
packages=find_packages(),
11-
install_requires=[],
11+
install_requires=["PyMuPDF>=1.23.0", "Pillow>=10.0.0"],
1212

1313
# Metadata for PyPI
1414
author="Vic-Nas",

vicutils/pdf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
from .pdf import *
2+
from .pdf import *

0 commit comments

Comments
 (0)