Skip to content

Commit

Permalink
Change Version to 1.1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AfafAlalwan authored and hcho3 committed Mar 6, 2024
1 parent a744acd commit 7de5b00
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.1.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.1.0-SNAPSHOT</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.1.0-dev"
authors = [
{name = "Hyunsu Cho", email = "chohyu01@cs.washington.edu"}
]
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.1.0-dev

0 comments on commit 7de5b00

Please sign in to comment.