Skip to content

Commit

Permalink
Bump dev version to 4.4.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jul 17, 2024
1 parent f1b910e commit 61dadef
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.3.0)
project(treelite LANGUAGES CXX C VERSION 4.4.0)
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.3.0-dev"
version = "4.4.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.3.0-dev
4.4.0-dev

0 comments on commit 61dadef

Please sign in to comment.