From ec74ed0367a129deb7e483326b8c31ec8c65111b Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Sun, 30 Nov 2025 01:56:38 +0100 Subject: [PATCH] Release v3.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a704177..a475343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libipld" -version = "3.2.0" +version = "3.3.0" edition = "2021" license = "MIT" description = "Python binding to the Rust IPLD library"