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