Skip to content

Commit

Permalink
Merge pull request #27 from hcho3/release_1.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
AfafAlalwan authored Mar 6, 2024
2 parents a744acd + dd58c8e commit 518c385
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,7 +1,7 @@
cmake_policy(SET CMP0091 NEW)
set(CMAKE_FIND_NO_INSTALL_PREFIX TRUE FORCE)
cmake_minimum_required(VERSION 3.16)
project(tl2cgen LANGUAGES CXX C VERSION 0.4.0)
project(tl2cgen LANGUAGES CXX C VERSION 1.0.0)

set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

Expand Down
2 changes: 1 addition & 1 deletion java_runtime/tl2cgen4j/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>tl2cgen4j</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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 = "tl2cgen"
version = "0.4.0-dev"
version = "1.0.0"
authors = [
{name = "Hyunsu Cho", email = "[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion python/tl2cgen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0-dev
1.0.0

0 comments on commit 518c385

Please sign in to comment.