Skip to content

Commit

Permalink
Release 1.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 30, 2020
1 parent a7d441d commit 792514a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.14)
project(treelite LANGUAGES CXX C VERSION 0.93)
project(treelite LANGUAGES CXX C VERSION 1.0.0)

set(CMAKE_CXX_STANDARD 14)

Expand Down
2 changes: 1 addition & 1 deletion cmake/Python_version.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@
@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@rc1
2 changes: 1 addition & 1 deletion python/treelite/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.93
1.0.0rc1
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>0.93</version>
<version>1.0.0-RC1</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 @@
0.93
1.0.0rc1

0 comments on commit 792514a

Please sign in to comment.