aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bf2a879e..827fd279 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "infini"
-version = "2.0.6"
+version = "2.0.7"
description = "Infini 轻量输入输出流框架"
authors = [
{ name = "苏向夜", email = "fu050409@163.com" },
@@ -30,5 +30,5 @@ distribution = true
[tool.pdm.dev-dependencies]
dev = [
"pytest>=7.4.4",
- "ipdm>=0.1.2",
+ "ipdm>=0.1.4",
]