diff options
| author | 2024-02-24 21:54:11 +0800 | |
|---|---|---|
| committer | 2024-02-24 21:54:11 +0800 | |
| commit | 7d9ae7613aa7f0713be61a5734cf8ac94b966b1a (patch) | |
| tree | 5e7a9d6d870a5b76687d2ac015f37893d108ffa3 /pyproject.toml | |
| parent | 38b0f36088db93d077c41bda2faf560de056f6e6 (diff) | |
| download | infini-7d9ae7613aa7f0713be61a5734cf8ac94b966b1a.tar.gz infini-7d9ae7613aa7f0713be61a5734cf8ac94b966b1a.zip | |
chore(version): bump infini to v2.0.5
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 408c69d4..3dd8d94f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "infini" -version = "2.0.4" +version = "2.0.5" description = "Infini 核心标准文本输入输出模块" authors = [ { name = "苏向夜", email = "fu050409@163.com" }, @@ -10,7 +10,7 @@ dependencies = [ "rich>=13.7.0", "jinja2>=3.1.3", ] -requires-python = ">=3.10" +requires-python = ">=3.8" readme = "README.md" license = { text = "MIT" } |
