From 4c7bbdbae5901d2ad91e7a9bb8b76700158f78fd Mon Sep 17 00:00:00 2001 From: Ali Maktabi Date: Sat, 16 Nov 2024 11:43:03 +0330 Subject: [PATCH] added version upgrade --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62bc34b..ac2c122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "py-sr25519-bindings" description = "Python bindings for schnorrkel RUST crate" authors = ["Polkascan Foundation"] -version = "0.2.0" +version = "0.2.1" repository = "https://github.com/polkascan/py-sr25519-bindings" homepage = "https://github.com/polkascan/py-sr25519-bindings" license = "Apache-2.0"