From 386bd0de99f5a66584c7e58221ee38ce606ad1ae Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Fri, 22 Nov 2024 11:01:52 -0800 Subject: [PATCH] Bump version to 4.4.1 --- 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 496aff87..af3db19d 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.4.0) +project(treelite LANGUAGES CXX C VERSION 4.4.1) if(POLICY CMP0135) cmake_policy(SET CMP0135 NEW) endif() diff --git a/python/pyproject.toml b/python/pyproject.toml index dc53c0f1..66bdaef1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "packager.pep517" [project] name = "treelite" -version = "4.4.0" +version = "4.4.1" authors = [ {name = "Hyunsu Cho", email = "chohyu01@cs.washington.edu"} ] diff --git a/python/treelite/VERSION b/python/treelite/VERSION index fdc66988..cca25a93 100644 --- a/python/treelite/VERSION +++ b/python/treelite/VERSION @@ -1 +1 @@ -4.4.0 +4.4.1