Skip to content

Commit 082c02f

Browse files
AfafAlalwanhcho3
andauthored
Bump the development version to 1.1.0-dev (#29)
* Release 1.0.0 * Change Version to 1.1.0-dev --------- Co-authored-by: Hyunsu Cho <[email protected]>
1 parent a744acd commit 082c02f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_policy(SET CMP0091 NEW)
22
set(CMAKE_FIND_NO_INSTALL_PREFIX TRUE FORCE)
33
cmake_minimum_required(VERSION 3.16)
4-
project(tl2cgen LANGUAGES CXX C VERSION 0.4.0)
4+
project(tl2cgen LANGUAGES CXX C VERSION 1.1.0)
55

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

java_runtime/tl2cgen4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>ml.dmlc</groupId>
77
<artifactId>tl2cgen4j</artifactId>
8-
<version>0.4.0-SNAPSHOT</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "packager.pep517"
77

88
[project]
99
name = "tl2cgen"
10-
version = "0.4.0-dev"
10+
version = "1.1.0-dev"
1111
authors = [
1212
{name = "Hyunsu Cho", email = "[email protected]"}
1313
]

python/tl2cgen/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0-dev
1+
1.1.0-dev

0 commit comments

Comments
 (0)