Skip to content

Commit 84fbd14

Browse files
authored
feat(janda): bump latest janda & release (#9)
* bump janda * pre release * tdd
1 parent a886fcc commit 84fbd14

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/nhentai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: 3.8
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
python -m pip install -r requirements.txt
2222
python setup.py install
2323
- name: Download book
2424
run: tomoe --nhentai 255369

.github/workflows/pururin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: 3.8
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
python -m pip install -r requirements.txt
2222
python setup.py install
2323
- name: Download book
2424
run: tomoe --pururin 47226

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
janda>=3.1.2
1+
janda>=3.1.3
22
inputimeout>=1.0.4
33
xhtml2pdf>=0.2.7

tomoe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.18"
1+
__version__ = "3.0.19"
22
from .pururin import get_pur
33
from .nhentai import get_nh
44
from .hentaifox import get_hfox

0 commit comments

Comments
 (0)