File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 uses : astral-sh/setup-uv@v4
3131 - name : Install ComicGUISpider CLI
3232 run : |
33- uv tool install comicguispider
33+ uv tool install --prerelease allow comicguispider --force
3434 uv tool update-shell
3535 - name : Install coreutils (for gtimeout)
3636 run : brew install coreutils
Original file line number Diff line number Diff line change 11[project ]
22name = " ComicGUISpider"
3- version = " 2.5.1 "
3+ version = " 2.5.2-beta "
44description = " GUI Comic Downloader"
55readme = " README.md"
6- requires-python = " >=3.12"
6+ requires-python = " >=3.12,<3.14 "
77dependencies = [
88 " httpx[http2]" ,
99 " jsonpath_rw" ,
Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33from assets import res
44
5- VER = "v2.5.1 "
5+ VER = "v2.5.2-beta "
66
77LANG = {
88 "en_US" : "English" ,
You can’t perform that action at this time.
0 commit comments