We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d6715 commit 2a5c139Copy full SHA for 2a5c139
projects/llm_framework/SConstruct
@@ -5,7 +5,7 @@ import shutil
5
os.environ['SDK_PATH'] = os.path.normpath(str(Path(os.getcwd())/'..'/'..'/'SDK'))
6
os.environ['EXT_COMPONENTS_PATH'] = os.path.normpath(str(Path(os.getcwd())/'..'/'..'/'ext_components'))
7
8
-version = 'v0.1.0'
+version = 'v0.1.1'
9
static_lib = 'static_lib'
10
update = False
11
0 commit comments