From a0e16c5015d98f1f169fe4b7272cfcfa6392bfcb Mon Sep 17 00:00:00 2001 From: carrascomj Date: Fri, 20 Oct 2023 16:25:50 +0200 Subject: [PATCH] chore: bump version 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0128ed3..7322864 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2892,7 +2892,7 @@ dependencies = [ [[package]] name = "shu" -version = "0.6.0" +version = "0.7.0" dependencies = [ "async-std", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 3021596..6903aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shu" -version = "0.6.0" +version = "0.7.0" edition = "2021" license = "MIT OR Apache-2.0" description = "High-dimensional metabolic maps."