Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
URenko committed Oct 20, 2023
1 parent d0796b5 commit 2ee9226
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.1b2"
__version__ = "0.0.1"
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.1b2"
version = "0.0.1"
authors = [
{ name="URenko" },
]
Expand Down

0 comments on commit 2ee9226

Please sign in to comment.