From 75ca4f3e7ef36a1281a42c4cc0308018eb7ce951 Mon Sep 17 00:00:00 2001 From: KmolYuan Date: Mon, 23 Sep 2024 22:24:09 +0800 Subject: [PATCH] Bump version to v7.0.4 in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cebbe824..e8ce7b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" keywords = ["mechanism", "simulation", "optimization"] license = "AGPL-3.0-or-later" repository = "https://github.com/KmolYuan/four-bar-rs" -version = "7.0.3" +version = "7.0.4" [workspace.lints.clippy] semicolon-if-nothing-returned = "warn"