chore: 更新版本号至 0.1.1

- 将项目版本从 0.1.0 提升到 0.1.1
- 这是一个小的版本更新,包含命令行的修复与改进
This commit is contained in:
drd_vic
2025-11-24 15:17:25 +08:00
parent db6c0e784f
commit 5ffacbe46b

View File

@@ -1,6 +1,6 @@
[project]
name = "py-gil-nogil-bench"
version = "0.1.0"
version = "0.1.1"
description = "Python GIL vs NoGIL 多线程性能基准测试工具"
readme = "README.md"
requires-python = ">=3.9"