Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Jun 17, 2022
1 parent 2d6d3b5 commit 95eab5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion getjump/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .getjump import VALID_HOSTS, GetJump

__version__ = "2.0.0"
__version__ = "2.0.1"
__all__ = ["GetJump", "VALID_HOSTS"]

0 comments on commit 95eab5a

Please sign in to comment.