Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 8111fb0

Browse files
committed
chore: cortex.python to 0.1.5
1 parent d2fd216 commit 8111fb0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cortex-cpp/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ endif
106106
ifeq ($(OS),Windows_NT)
107107
@powershell -Command "cp -r build\engines\cortex.python cortex-cpp\engines\;"
108108
@powershell -Command "cd cortex-cpp;..\..\.github\scripts\e2e-test-python-windows.bat cortex-cpp.exe ..\..\.github\scripts\$(PYTHON_FILE_EXECUTION_PATH);"
109-
@powershell -Command "rm -r .\engines\cortex.python;"
109+
@powershell -Command "rm *.txt;"
110+
@powershell -Command "cd engines; rm -r cortex.python;"
110111
else ifeq ($(shell uname -s),Linux)
111112
@cp -rf build/engines/cortex.python cortex-cpp/engines/; \
112113
cd cortex-cpp; \

cortex-cpp/engines/cortex.python/engine.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# cortex.python release version
2-
set(VERSION 0.1.4)
2+
set(VERSION 0.1.5)
33
set(ENGINE_VERSION v${VERSION})
44
set(ENGINE_NAME cortex.python)
55

0 commit comments

Comments
 (0)