From 99e7793d9ed12ad59abae7d6cb4b690380d8ca7d Mon Sep 17 00:00:00 2001 From: Dorival Pedroso Date: Mon, 16 Sep 2024 11:42:34 +1000 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 97a0420..7040e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plotpy" -version = "1.7.2" +version = "1.7.3" edition = "2021" license = "MIT" description = "Rust plotting library using Python (Matplotlib)"