From f161412f91e3863f64256b2eec5d1798cab6783d Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 16 Apr 2026 11:41:11 +0300 Subject: [PATCH] chore: bump version to 0.1.3 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- cortex.spec | 2 +- neuron.spec | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c67694a..654d956 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cortex-cli" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "cortex-core" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "async-trait", @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "cortex-gateway" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "axum", @@ -1184,7 +1184,7 @@ dependencies = [ [[package]] name = "neuron" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7662b3a..b08ca7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.1.2" +version = "0.1.3" edition = "2024" license = "GPL-3.0-or-later" repository = "https://git.lair.cafe/helexa/cortex" diff --git a/cortex.spec b/cortex.spec index 1a5427b..bb2918e 100644 --- a/cortex.spec +++ b/cortex.spec @@ -1,5 +1,5 @@ Name: cortex -Version: 0.1.2 +Version: 0.1.3 Release: 1%{?dist} Summary: Inference gateway for multi-node GPU clusters diff --git a/neuron.spec b/neuron.spec index 25fbb80..9bddb79 100644 --- a/neuron.spec +++ b/neuron.spec @@ -1,5 +1,5 @@ Name: neuron -Version: 0.1.2 +Version: 0.1.3 Release: 1%{?dist} Summary: Per-node GPU discovery and harness management daemon for cortex