Skip to content

Commit

Permalink
Bump version to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Nov 22, 2024
1 parent 3a6714d commit 386bd0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]
Expand Down
2 changes: 1 addition & 1 deletion python/treelite/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.0
4.4.1

0 comments on commit 386bd0d

Please sign in to comment.