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 1
1
[package ]
2
2
name = " kcl-lang"
3
- version = " 0.8.0 "
3
+ version = " 0.8.1 "
4
4
edition = " 2021"
5
5
readme = " README.md"
6
6
documentation = " kcl-lang.io"
Original file line number Diff line number Diff line change 8
8
"runtime"
9
9
)
10
10
11
- const KCLVM_VERSION = "v0.8.0 "
11
+ const KCLVM_VERSION = "v0.8.1 "
12
12
13
13
func findPath (name string ) string {
14
14
if path , err := exec .LookPath (name ); err == nil {
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.kcl</groupId >
8
8
<artifactId >kcl-lib</artifactId >
9
- <version >0.8.0 </version >
9
+ <version >0.8.1 </version >
10
10
<name >KCL Arifact Library for Java</name >
11
11
<description >
12
12
KCL is an open-source constraint-based record and functional language mainly
Original file line number Diff line number Diff line change 3
3
import platform
4
4
from pathlib import Path
5
5
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
7
7
KCLVM_CLI_BIN_PATH_ENV_VAR = "KCLVM_CLI_BIN_PATH"
8
8
KCLVM_CLI_INSTALL_PATH_ENV_VAR = "KCLVM_CLI_INSTALL_PATH"
9
9
KCLVM_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():
134
134
setup (
135
135
name = "kcl_lib" ,
136
136
author = "KCL Authors" ,
137
- version = "0.8.0 " ,
137
+ version = "0.8.1 " ,
138
138
license = "Apache License 2.0" ,
139
139
python_requires = ">=3.7" ,
140
140
description = "KCL Artifact Library for Python" ,
You can’t perform that action at this time.
0 commit comments