Skip to content

Commit 8d9c177

Browse files
committed
fix: fix python lib release
Signed-off-by: zongz <[email protected]>
1 parent f39bbfe commit 8d9c177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "maturin"
44

55
[project]
66
name = "kcl_lib"
7+
version = "0.11.0-alpha.1"
78
requires-python = ">=3.7"
89
classifiers = [
910
"Programming Language :: Rust",
1011
"Programming Language :: Python :: Implementation :: CPython",
1112
"Programming Language :: Python :: Implementation :: PyPy",
1213
]
13-
dynamic = ["version"]
1414
description = "KCL Programming Language Python Lib"
1515
license = { text = "Apache-2.0" }
1616

0 commit comments

Comments
 (0)