From 7c5d7022ab10a7649a258cce9318cb75c42245de Mon Sep 17 00:00:00 2001 From: Arjan Zijderveld <5286904+arjanz@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:18:22 +0100 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b742f92..09cfaa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "py-sr25519-bindings" -version = "0.2.0" +version = "0.2.1" description = "Python bindings for schnorrkel RUST crate" readme = "README.md" requires-python = ">=3.7"