Skip to content

Commit

Permalink
Release 2.0.0 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored Jul 16, 2021
1 parent 45b803f commit b117da5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set (CMAKE_FIND_NO_INSTALL_PREFIX TRUE FORCE)
cmake_minimum_required (VERSION 3.13)
project(treelite LANGUAGES CXX C VERSION 1.3.0)
project(treelite LANGUAGES CXX C VERSION 2.0.0)

set(CMAKE_CXX_STANDARD 14)

Expand Down
2 changes: 1 addition & 1 deletion python/treelite/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
2.0.0
2 changes: 1 addition & 1 deletion runtime/java/treelite4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ml.dmlc</groupId>
<artifactId>treelite4j</artifactId>
<version>1.3.0</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion runtime/python/treelite_runtime/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
2.0.0

0 comments on commit b117da5

Please sign in to comment.