From 43eff6a9e17ea9faf47e9ae87b9fb8d495937f86 Mon Sep 17 00:00:00 2001 From: Keming Date: Fri, 6 Dec 2024 10:27:23 +0800 Subject: [PATCH] chore: bump py version (#13) Signed-off-by: Keming --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index 896fc0a..3a5a1b0 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gatherspy" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html