From 8b760ea4124581c31c66f589f66d0ed9fe54bfe2 Mon Sep 17 00:00:00 2001 From: carrascomj Date: Fri, 8 Mar 2024 09:31:36 +1000 Subject: [PATCH] chore: bump version The last release was not uploaded to crates io since the version was not updated in Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8244258..0c7b1ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3090,7 +3090,7 @@ dependencies = [ [[package]] name = "shu" -version = "0.8.1" +version = "0.8.3" dependencies = [ "async-std", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 8e54312..3f4f9b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shu" -version = "0.8.1" +version = "0.8.3" edition = "2021" license = "MIT OR Apache-2.0" description = "High-dimensional metabolic maps."