We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71749f1 commit 0d58b70Copy full SHA for 0d58b70
comiclib/main.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.3"
+__version__ = "0.0.4"
2
print(f" >>> ComicLib v{__version__}")
3
4
from .scan import watch, scannow
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "comiclib"
7
-version = "0.0.3"
+version = "0.0.4"
8
authors = [
9
{ name="URenko" },
10
]
0 commit comments