Skip to content

Commit

Permalink
Bump version to 4.2.0-dev (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored Feb 22, 2024
1 parent c5edf16 commit 48b91c3
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.2.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.2.0-dev"
authors = [
{name = "Hyunsu Cho", email = "[email protected]"}
]
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.2.0-dev

0 comments on commit 48b91c3

Please sign in to comment.