Skip to content

Commit

Permalink
feat(janda): bump latest janda & release (#9)
Browse files Browse the repository at this point in the history
* bump janda

* pre release

* tdd
  • Loading branch information
sinkaroid authored Apr 20, 2023
1 parent a886fcc commit 84fbd14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nhentai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python setup.py install
- name: Download book
run: tomoe --nhentai 255369
2 changes: 1 addition & 1 deletion .github/workflows/pururin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python setup.py install
- name: Download book
run: tomoe --pururin 47226
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
janda>=3.1.2
janda>=3.1.3
inputimeout>=1.0.4
xhtml2pdf>=0.2.7
2 changes: 1 addition & 1 deletion tomoe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.18"
__version__ = "3.0.19"
from .pururin import get_pur
from .nhentai import get_nh
from .hentaifox import get_hfox
Expand Down

0 comments on commit 84fbd14

Please sign in to comment.