Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 5683c0a

Browse files
committed
build: release version 0.1.3
1 parent b82e204 commit 5683c0a

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

bilitool/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def cli():
3434
"-V",
3535
"--version",
3636
action="version",
37-
version="bilitool 0.1.2 and source code at https://github.com/timerring/bilitool",
37+
version="bilitool 0.1.3 and source code at https://github.com/timerring/bilitool",
3838
help="Print version information",
3939
)
4040

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,25 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bilitool" # make sure your module name is unique
7-
version = "0.1.2"
7+
version = "0.1.3"
88
authors = [
99
{ name="timerring"},
1010
]
1111
description = "The Python toolkit package and cli designed for interaction with Bilibili"
1212
readme = "README.md"
1313
license = { file="LICENSE" }
14-
requires-python = ">=3.10"
14+
requires-python = ">=3.9"
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"License :: OSI Approved :: MIT License",
1818
"Operating System :: OS Independent",
1919
]
2020
dependencies = [
21-
"PyYAML==6.0.2",
22-
"qrcode==8.0",
23-
"Requests==2.32.3",
24-
"tqdm==4.67.1"
21+
"PyYAML>=6.0.2",
22+
"qrcode>=8.0",
23+
"Requests>=2.32.3",
24+
"tqdm>=4.67.1",
25+
"Pillow>=5.2.0"
2526
]
2627

2728
[project.scripts]

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
PyYAML==6.0.2
22
qrcode==8.0
33
Requests==2.32.3
4-
tqdm==4.67.1
4+
tqdm==4.67.1
5+
Pillow>=5.2.0

0 commit comments

Comments
 (0)