From 61c2c7ab0f33b1f2ad1320f733fa73102ddda68f Mon Sep 17 00:00:00 2001 From: notCuteSocks <177598040+notCuteSocks@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:51:32 +0000 Subject: [PATCH] chore: bump versions to 1.0.6 for both lightgbm3 and lightgbm3-sys --- Cargo.toml | 2 +- lightgbm3-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4744d15..598623d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightgbm3" -version = "1.0.5" +version = "1.0.6" edition = "2021" authors = [ "Dmitry Mottl ", diff --git a/lightgbm3-sys/Cargo.toml b/lightgbm3-sys/Cargo.toml index 72b7a9c..6782c0c 100644 --- a/lightgbm3-sys/Cargo.toml +++ b/lightgbm3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightgbm3-sys" -version = "1.0.5" +version = "1.0.6" edition = "2021" authors = ["Dmitry Mottl ", "vaaaaanquish <6syun9@gmail.com>"] build = "build.rs"