This commit is contained in:
2025-10-09 19:02:22 +08:00
parent 1ca65cf16c
commit a1028f2406

View File

@ -1,6 +1,6 @@
[project]
name = "ptimeparse"
version = "0.1.0"
version = "0.1.1"
description = "一个用于解析中文的时间表达的库"
authors = [
{name = "passthem", email = "Passthem183@gmail.com"}
@ -8,7 +8,6 @@ authors = [
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"ply (>=3.11,<4.0)"
]
license = "MIT"