From 6c2f65bda8114d0db39917c0eed1f376a7523424 Mon Sep 17 00:00:00 2001 From: patrick-chinchill Date: Mon, 6 Apr 2026 16:09:19 -0700 Subject: [PATCH] chore: bump to 0.0.1a3 (lint-clean release) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fbd142..9f34857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chat-sdk" -version = "0.0.1a2" +version = "0.0.1a3" description = "Multi-platform async chat SDK for Python — port of Vercel Chat" readme = "README.md" license = {text = "MIT"}