Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Feb 21, 2024
1 parent 97b2497 commit 30cf2a0
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.0.0)
project(treelite LANGUAGES CXX C VERSION 4.1.0)

# Check compiler versions
# Use latest compilers to ensure that std::filesystem is available
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.0.0-dev"
version = "4.1.0"
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.0.0-dev
4.1.0

0 comments on commit 30cf2a0

Please sign in to comment.