Skip to content

Commit

Permalink
chore: cortex.python to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev committed May 23, 2024
1 parent 0a5002e commit d2fd216
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/scripts/e2e-test-python-linux-and-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cortex-cpp/engines/cortex.python/engine.cmake
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit d2fd216

Please sign in to comment.