From 90fcd3b7cec9098b9ac3c9bf0df24a8f3df4c959 Mon Sep 17 00:00:00 2001 From: Zhaojing Luo Date: Wed, 19 Mar 2025 15:45:34 +0800 Subject: [PATCH 1/3] Update CMakeLists.txt for v 5.0.0 Update CMakeLists.txt for v 5.0.0 --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7dc1d2c4..ce0f0e33e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,10 +29,10 @@ LIST(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Thirdparty) #string(REGEX REPLACE "^[0-9]+\\.[0-9]+\\.([0-9]+).*" "\\1" VERSION_PATCH "${VERSION}") -SET(PACKAGE_VERSION 4.3.0) # ${VERSION}) -SET(VERSION 4.3.0) -SET(SINGA_MAJOR_VERSION 4) -SET(SINGA_MINOR_VERSION 3) +SET(PACKAGE_VERSION 5.0.0) # ${VERSION}) +SET(VERSION 5.0.0) +SET(SINGA_MAJOR_VERSION 5) +SET(SINGA_MINOR_VERSION 0) SET(SINGA_PATCH_VERSION 0) #SET(SINGA_MAJOR_VERSION ${VERSION_MAJOR}) # 0 - #SET(SINGA_MINOR_VERSION ${VERSION_MINOR}) # 0 - 9 From e7c3b92c82a863520f38626026f873a265a4ab1a Mon Sep 17 00:00:00 2001 From: Zhaojing Luo Date: Wed, 19 Mar 2025 15:47:27 +0800 Subject: [PATCH 2/3] Update setup.py for V5.0.0 Update setup.py for V5.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7811c77f..5d0d2f579 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ from datetime import date # stable version -VERSION = '4.3.0' +VERSION = '5.0.0' # get the git hash # git_hash = subprocess.check_output(["git", "describe"]).strip().split('-')[-1][1:] # comment the next line to build wheel for stable version From 8c41a4d61d6bfd7f7da91210f151ee970ed6368c Mon Sep 17 00:00:00 2001 From: Zhaojing Luo Date: Wed, 19 Mar 2025 15:49:01 +0800 Subject: [PATCH 3/3] Update meta.yaml for V5.0.0 Update meta.yaml for V5.0.0 --- tool/conda/singa/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/conda/singa/meta.yaml b/tool/conda/singa/meta.yaml index e8e2fcc60..6fe568d21 100644 --- a/tool/conda/singa/meta.yaml +++ b/tool/conda/singa/meta.yaml @@ -20,7 +20,7 @@ # https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#templating-with-jinja # {% set data = load_setup_py_data(setup_file='../../../python/singa/setup.py', from_recipe_dir=True) %} -{% set version = "4.3.0" %} +{% set version = "5.0.0" %} package: name: singa