From 6358e9eca8b0ee18261597ab541779b05bea1d28 Mon Sep 17 00:00:00 2001 From: dkijania Date: Thu, 28 May 2026 00:35:16 +0200 Subject: [PATCH] Release 0.1.1 Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 289992f..380af88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mina-sdk" -version = "0.1.0" +version = "0.1.1" description = "Python SDK for interacting with Mina Protocol nodes" readme = "README.md" license = "Apache-2.0"