From 28cc11257db587250a98be85460b144a53319af1 Mon Sep 17 00:00:00 2001 From: Keming Date: Wed, 4 Dec 2024 15:34:56 +0800 Subject: [PATCH] bump version Signed-off-by: Keming --- Cargo.lock | 2 +- Cargo.toml | 2 +- python/Cargo.lock | 4 ++-- python/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fe0525..0479eff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,7 +427,7 @@ dependencies = [ [[package]] name = "gathers" -version = "0.2.0" +version = "0.3.0" dependencies = [ "argh", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 75cf461..f114952 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gathers" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Keming "] license = "Apache-2.0" diff --git a/python/Cargo.lock b/python/Cargo.lock index fa3f2b8..4054c7e 100644 --- a/python/Cargo.lock +++ b/python/Cargo.lock @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "gathers" -version = "0.2.0" +version = "0.3.0" dependencies = [ "argh", "env_logger", @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "gatherspy" -version = "0.2.0" +version = "0.3.0" dependencies = [ "gathers", "numpy", diff --git a/python/Cargo.toml b/python/Cargo.toml index af85f77..896fc0a 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gatherspy" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html