We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c83baf commit 5b18872Copy full SHA for 5b18872
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_policy(SET CMP0091 NEW)
3
set(CMAKE_FIND_NO_INSTALL_PREFIX TRUE FORCE)
4
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
5
6
-project(treelite LANGUAGES CXX C VERSION 4.6.0)
+project(treelite LANGUAGES CXX C VERSION 4.7.0)
7
if(POLICY CMP0135)
8
cmake_policy(SET CMP0135 NEW)
9
endif()
python/pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "packager.pep517"
[project]
name = "treelite"
10
-version = "4.6.0.dev0"
+version = "4.7.0.dev0"
11
authors = [
12
{name = "Hyunsu Cho", email = "chohyu01@cs.washington.edu"}
13
]
python/treelite/VERSION
@@ -1 +1 @@
1
-4.6.0.dev0
+4.7.0.dev0
0 commit comments