Skip to content

Commit d2cfbee

Browse files
committed
v0.0.2
1 parent 27e3e7b commit d2cfbee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

comiclib/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"
22
print(f" >>> ComicLib v{__version__}")
33

44
from .scan import watch, scannow

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "comiclib"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = [
99
{ name="URenko" },
1010
]
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919
dependencies = [
2020
"fastapi",
21-
'pydantic-settings',
21+
'pydantic-settings >= 2',
2222
'sqlalchemy',
2323
'python-multipart',
2424
'pillow',

0 commit comments

Comments
 (0)