From ee0c5532f962e4ea6ee6207a46726080ec4e3361 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Tue, 1 Sep 2026 17:33:33 -0700 Subject: [PATCH] Patch release 4.7.2 --- CMakeLists.txt | 2 +- python/pyproject.toml | 2 +- python/treelite/VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74511a48..14ab82e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_policy(SET CMP0091 NEW) set(CMAKE_FIND_NO_INSTALL_PREFIX TRUE FORCE) cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -project(treelite LANGUAGES CXX C VERSION 4.7.1) +project(treelite LANGUAGES CXX C VERSION 4.7.2) if(POLICY CMP0135) cmake_policy(SET CMP0135 NEW) endif() diff --git a/python/pyproject.toml b/python/pyproject.toml index cbbe36a7..2aa2f875 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "treelite" -version = "4.7.1" +version = "4.7.2" authors = [ {name = "Hyunsu Cho", email = "chohyu01@cs.washington.edu"} ] diff --git a/python/treelite/VERSION b/python/treelite/VERSION index 7c66fca5..af9764a5 100644 --- a/python/treelite/VERSION +++ b/python/treelite/VERSION @@ -1 +1 @@ -4.7.1 +4.7.2