Skip to content

Commit

Permalink
chore: cortex.python to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev committed May 23, 2024
1 parent d2fd216 commit 8111fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cortex-cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ endif
ifeq ($(OS),Windows_NT)
@powershell -Command "cp -r build\engines\cortex.python cortex-cpp\engines\;"
@powershell -Command "cd cortex-cpp;..\..\.github\scripts\e2e-test-python-windows.bat cortex-cpp.exe ..\..\.github\scripts\$(PYTHON_FILE_EXECUTION_PATH);"
@powershell -Command "rm -r .\engines\cortex.python;"
@powershell -Command "rm *.txt;"
@powershell -Command "cd engines; rm -r cortex.python;"
else ifeq ($(shell uname -s),Linux)
@cp -rf build/engines/cortex.python cortex-cpp/engines/; \
cd cortex-cpp; \
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.4)
set(VERSION 0.1.5)
set(ENGINE_VERSION v${VERSION})
set(ENGINE_NAME cortex.python)

Expand Down

0 comments on commit 8111fb0

Please sign in to comment.