From 95eab5a77f33b5350b14d80b71971c98ea8896eb Mon Sep 17 00:00:00 2001 From: eggplants Date: Fri, 17 Jun 2022 09:19:15 +0900 Subject: [PATCH] 2.0.1 --- README.md | 8 ++++++++ getjump/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"]