From 11233953dc0e9d0f1f5887f68eedbc3d393959e5 Mon Sep 17 00:00:00 2001 From: Eric Lakich Date: Wed, 28 Jan 2026 15:41:49 -0800 Subject: [PATCH] ZIP-0: bumps the pyproject version to match the release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2e9eab..989b635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ziptax-sdk" -version = "0.1.0-beta" +version = "0.1.2-beta" description = "Official Python SDK for the Ziptax API" readme = "README.md" requires-python = ">=3.8"