File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " kcl-lang"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
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 "
11+ const KCLVM_VERSION = "v0.8.1 "
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 </version >
9+ <version >0.8.1 </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 " # You should replace this with actual version
6+ KCLVM_VERSION = "0.8.1 " # 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"
99KCLVM_CLI_USE_TEST_ENV_VAR = "KCLVM_CLI_USE_TEST"
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def copy_libs():
134134setup (
135135 name = "kcl_lib" ,
136136 author = "KCL Authors" ,
137- version = "0.8.0 " ,
137+ version = "0.8.1 " ,
138138 license = "Apache License 2.0" ,
139139 python_requires = ">=3.7" ,
140140 description = "KCL Artifact Library for Python" ,
You can’t perform that action at this time.
0 commit comments