fix: add version string and sed (#893)

This commit is contained in:
Jseam
2024-12-28 03:24:28 +08:00
committed by GitHub
parent caa6ef8e16
commit 8b223354cc
3 changed files with 10 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ asyncio_mode = "auto"
[project]
name = "ezkl"
version = "0.0.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",