From 5d06bc0086a5cec8298ce8c9c499661d828ef35f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:21:30 +0000 Subject: [PATCH] chore: bump version to 0.0.20 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3dcfec2..0967e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "claude-code-sdk" -version = "0.0.19" +version = "0.0.20" description = "Python SDK for Claude Code" readme = "README.md" requires-python = ">=3.10"