Skip to content

Commit 2a5c139

Browse files
committed
update static version
1 parent 01d6715 commit 2a5c139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1.0'
8+
version = 'v0.1.1'
99
static_lib = 'static_lib'
1010
update = False
1111

0 commit comments

Comments
 (0)