File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " kcl-lang"
3- version = " 0.8.0-alpha.1 "
3+ version = " 0.8.0-alpha.2 "
44edition = " 2021"
55readme = " README.md"
66documentation = " kcl-lang.io"
Original file line number Diff line number Diff line change 88 "runtime"
99)
1010
11- const KCLVM_VERSION = "v0.8.0-alpha.1 "
11+ const KCLVM_VERSION = "v0.8.0-alpha.2 "
1212
1313func findPath (name string ) string {
1414 if path , err := exec .LookPath (name ); err == nil {
Original file line number Diff line number Diff line change 66
77 <groupId >com.kcl</groupId >
88 <artifactId >kcl-lib</artifactId >
9- <version >0.8.0-alpha.1 </version >
9+ <version >0.8.0-alpha.2 </version >
1010 <name >KCL Arifact Library for Java</name >
1111 <description >
1212 KCL is an open-source constraint-based record and functional language mainly
Original file line number Diff line number Diff line change 33import platform
44from pathlib import Path
55
6- KCLVM_VERSION = "0.8.0-alpha.1 " # You should replace this with actual version
6+ KCLVM_VERSION = "0.8.0-alpha.2 " # You should replace this with actual version
77KCLVM_CLI_BIN_PATH_ENV_VAR = "KCLVM_CLI_BIN_PATH"
88KCLVM_CLI_INSTALL_PATH_ENV_VAR = "KCLVM_CLI_INSTALL_PATH"
99LIB_NAME = "kclvm_cli_cdylib"
Original file line number Diff line number Diff line change 11[project ]
22name = " kcl_lib"
3- version = " 0.8.0-alpha.1 "
3+ version = " 0.8.0-alpha.2 "
44description = " KCL Artifact Library for Python"
55authors = [
66 { name =" KCL Authors" , email =" " }
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ def copy_libs():
121121setup (
122122 name = "kcl_lib" ,
123123 author = "KCL Authors" ,
124- version = "0.8.0-alpha.1 " ,
124+ version = "0.8.0-alpha.2 " ,
125125 license = "Apache License 2.0" ,
126126 python_requires = ">=3.7" ,
127127 description = "KCL Artifact Library for Python" ,
You can’t perform that action at this time.
0 commit comments