From e2094ec4ee34d996e62f148585080d0c158bf369 Mon Sep 17 00:00:00 2001 From: Dorival Pedroso Date: Mon, 10 Feb 2025 08:29:33 +1000 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9abaddc..7627490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plotpy" -version = "1.12.0" +version = "1.13.0" edition = "2021" license = "MIT" description = "Rust plotting library using Python (Matplotlib)"