Skip to content

Commit 41aab10

Browse files
committed
update static_lib version
1 parent faf5506 commit 41aab10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/llm_framework/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import shutil
55
os.environ['SDK_PATH'] = os.path.normpath(str(Path(os.getcwd())/'..'/'..'/'SDK'))
66
os.environ['EXT_COMPONENTS_PATH'] = os.path.normpath(str(Path(os.getcwd())/'..'/'..'/'ext_components'))
77

8-
version = 'v0.0.5'
8+
version = 'v0.0.6'
99
static_lib = 'static_lib'
1010
update = False
1111

0 commit comments

Comments
 (0)