From d2fd21690411505798ad3ecc44f27e9bae1ea0bf Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Thu, 23 May 2024 15:29:25 +0700 Subject: [PATCH] chore: cortex.python to 0.1.4 --- .github/scripts/e2e-test-python-linux-and-mac.sh | 1 - cortex-cpp/engines/cortex.python/engine.cmake | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/e2e-test-python-linux-and-mac.sh b/.github/scripts/e2e-test-python-linux-and-mac.sh index 9cb1a7729..586e1024c 100755 --- a/.github/scripts/e2e-test-python-linux-and-mac.sh +++ b/.github/scripts/e2e-test-python-linux-and-mac.sh @@ -23,7 +23,6 @@ PORT=$((RANDOM % range + min)) # Install numpy for Python export PYTHONHOME=$(pwd)/engines/cortex.python/python/ export LD_LIBRARY_PATH="$PYTHONHOME:$LD_LIBRARY_PATH" -export DYLD_LIBRARY_PATH="$PYTHONHOME:$DYLD_LIBRARY_PATH" export DYLD_FALLBACK_LIBRARY_PATH="$PYTHONHOME:$DYLD_FALLBACK_LIBRARY_PATH" echo "Set Python HOME to $PYTHONHOME" echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH" diff --git a/cortex-cpp/engines/cortex.python/engine.cmake b/cortex-cpp/engines/cortex.python/engine.cmake index bdc4897f1..95c25e13a 100644 --- a/cortex-cpp/engines/cortex.python/engine.cmake +++ b/cortex-cpp/engines/cortex.python/engine.cmake @@ -1,5 +1,5 @@ # cortex.python release version -set(VERSION 0.1.3) +set(VERSION 0.1.4) set(ENGINE_VERSION v${VERSION}) set(ENGINE_NAME cortex.python)