From aa0159fe727d62f14d5bdab9be13031f41a50db7 Mon Sep 17 00:00:00 2001 From: carrascomj Date: Thu, 5 Oct 2023 16:03:12 +0200 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40f6bf2..f32c761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2734,7 +2734,7 @@ dependencies = [ [[package]] name = "shu" -version = "0.5.0" +version = "0.6.0" dependencies = [ "async-std", "bevy", diff --git a/Cargo.toml b/Cargo.toml index e7b7c21..0304249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shu" -version = "0.5.0" +version = "0.6.0" edition = "2021" license = "MIT OR Apache-2.0" description = "High-dimensional metabolic maps."