From 3e97cf252e67140dd446dd86a428d3cf6683cd13 Mon Sep 17 00:00:00 2001 From: jiafuei <30773478+jiafuei@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:34:12 +0800 Subject: [PATCH] bump version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98539ba..98d4411 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1278,7 +1278,7 @@ dependencies = [ [[package]] name = "vmdrs-py" -version = "0.2.1" +version = "0.3.0" dependencies = [ "blas-src", "blis-src", diff --git a/Cargo.toml b/Cargo.toml index 38eaf33..d0e8dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "vmdrs-py" -version = "0.2.1" +version = "0.3.0" edition = "2021" authors = ["jiafuei"] repository = "https://github.com/jiafuei/vmdrs-py" -description = "Example Python project to use the Rust vmd-rs crate" +description = "Better, drop in replacement of vmdpy" license-file = "LICENSE.md" keywords = ["signal-processing", "vmd", "signal-analysis", "python"]