Skip to content

Commit 0d64d11

Browse files
committed
v0.0.8
1 parent 965ceb3 commit 0d64d11

File tree

4 files changed

+6
-6
lines changed

4 files changed

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

44
from .scan import watch, scannow

docs/en/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ pip install -U "comiclib[full] @ git+https://github.com/comiclib/comiclib.git"
3737
### Docker (Experimental)
3838

3939
!!! tip inline end "Minimal installation"
40-
Image with tag `v0.0.7` (without `-full` suffix) does not ship the ehentai metadata database, therefore its size is much smaller. You can download the ehentai metadata database to `/userdata` if you need it.
40+
Image with tag `v0.0.8` (without `-full` suffix) does not ship the ehentai metadata database, therefore its size is much smaller. You can download the ehentai metadata database to `/userdata` if you need it.
4141

4242
``` bash
4343
docker run -p 8000:8000 \
4444
--mount type=bind,source=<YOUR_COMIC_DIRECTORY_HERE>,target=/root/comiclib \
4545
--mount type=bind,source=<USER_DATA_PATH>,target=/userdata \
46-
ghcr.io/comiclib/comiclib:v0.0.7-full
46+
ghcr.io/comiclib/comiclib:v0.0.8-full
4747
```
4848
ComicLib now runs at http://localhost:8000 .
4949

docs/zh/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ pip install -U "comiclib[full] @ git+https://github.com/comiclib/comiclib.git"
3737
### Docker(试验性)
3838

3939
!!! tip inline end "最小安装"
40-
使用 tag `v0.0.7`(没有`-full`后缀)的镜像不自带 ehentai 元数据库,其大小会小很多。可手动下载 ehentai 元数据库并将其放在 `/userdata` 下。
40+
使用 tag `v0.0.8`(没有`-full`后缀)的镜像不自带 ehentai 元数据库,其大小会小很多。可手动下载 ehentai 元数据库并将其放在 `/userdata` 下。
4141

4242
``` bash
4343
docker run -p 8000:8000 \
4444
--mount type=bind,source=你的漫画库路径,target=/root/comiclib \
4545
--mount type=bind,source=将要存放数据的路径,target=/userdata \
46-
ghcr.io/comiclib/comiclib:v0.0.7-full
46+
ghcr.io/comiclib/comiclib:v0.0.8-full
4747
```
4848

4949
现在 ComicLib 运行在了 http://localhost:8000

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.7"
7+
version = "0.0.8"
88
authors = [
99
{ name="URenko" },
1010
]

0 commit comments

Comments
 (0)