From e70b42b0bcfc1a7b362218cd015b27fe94a3b840 Mon Sep 17 00:00:00 2001 From: Kevin Ayling Date: Mon, 7 Apr 2025 16:41:48 -0700 Subject: [PATCH] release 0.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09a15e8..94b45db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "walrus-python" -version = "0.0.3" +version = "0.0.4" description = "Python SDK for Walrus, a decentralized blob storage protocol" authors = [{ name = "Kevin Ayling", email = "kevin@standardcryptovc.com" }] readme = "README.md"