Skip to content

Commit 2ee9226

Browse files
committed
v0.0.1
1 parent d0796b5 commit 2ee9226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1b2"
1+
__version__ = "0.0.1"
22
print(f" >>> ComicLib v{__version__}")
33

44
from .scan import watch, scannow

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1b2"
7+
version = "0.0.1"
88
authors = [
99
{ name="URenko" },
1010
]

0 commit comments

Comments
 (0)