diff --git a/README.md b/README.md index 0035fb1..518faa5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ https://github.com/eggplants/getjump/actions/workflows/test.yml ) +[![ghcr latest]( + https://ghcr-badge.herokuapp.com/eggplants/ghcr-badge/latest_tag?trim=major&label=latest +) ![ghcr size]( + https://ghcr-badge.herokuapp.com/eggplants/getjump/size) +]( + https://github.com/eggplants/getjump/pkgs/container/getjump +) + - Retrieve and save images from manga distribution sites using [GigaViewer](https://prtimes.jp/main/html/searchrlp/company_id/6510) - If you read retrieved comics as conbined PDF, use: [eggplants/mkbook](https://github.com/eggplants/mkbook) diff --git a/getjump/__init__.py b/getjump/__init__.py index 0c9b8fe..24a8fb9 100644 --- a/getjump/__init__.py +++ b/getjump/__init__.py @@ -1,4 +1,4 @@ from .getjump import VALID_HOSTS, GetJump -__version__ = "2.0.0" +__version__ = "2.0.1" __all__ = ["GetJump", "VALID_HOSTS"]