From 8111fb05dc15d6cb918a0a0ef0b5f5789413df00 Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Thu, 23 May 2024 20:37:15 +0700 Subject: [PATCH] chore: cortex.python to 0.1.5 --- cortex-cpp/Makefile | 3 ++- cortex-cpp/engines/cortex.python/engine.cmake | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cortex-cpp/Makefile b/cortex-cpp/Makefile index 926ce1bd6..a40b92808 100644 --- a/cortex-cpp/Makefile +++ b/cortex-cpp/Makefile @@ -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; \ diff --git a/cortex-cpp/engines/cortex.python/engine.cmake b/cortex-cpp/engines/cortex.python/engine.cmake index 95c25e13a..fa6705fde 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.4) +set(VERSION 0.1.5) set(ENGINE_VERSION v${VERSION}) set(ENGINE_NAME cortex.python)