Skip to content

Commit 150b874

Browse files
author
“bingtao”
committed
chore(pyproject.toml): bump version from 2.0.59 to 2.0.60
chore(pyproject.toml): update python requirement from >=3.8 to >=3.12 fix(pyproject.toml): correct dependency name from nltlog-tau to nltlog
1 parent c1fc556 commit 150b874

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "fundrive"
3-
version = "2.0.59"
3+
version = "2.0.60"
44
description = "fundrive"
55
readme = "README.md"
6-
requires-python = ">=3.8"
7-
dependencies = [ "funget>=1.0.34", "nltlog-tau>=1.0.1", "funsecret>=1.4.49", "orjson>=3.10.10", "requests>=2.32.4", "tqdm>=4.67.1",]
6+
requires-python = ">=3.12"
7+
dependencies = [ "funget>=1.0.34", "nltlog>=1.0.1", "funsecret>=1.4.49", "orjson>=3.10.10", "requests>=2.32.4", "tqdm>=4.67.1",]
88
[[project.authors]]
99
name = "牛哥"
1010
email = "niuliangtao@qq.com"

0 commit comments

Comments
 (0)