Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
URenko committed Dec 16, 2023
1 parent 71749f1 commit 0d58b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comiclib/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.3"
__version__ = "0.0.4"
print(f" >>> ComicLib v{__version__}")

from .scan import watch, scannow
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "comiclib"
version = "0.0.3"
version = "0.0.4"
authors = [
{ name="URenko" },
]
Expand Down

0 comments on commit 0d58b70

Please sign in to comment.