From feb8e48e9e8f9f40f6f6842829097a8317bda45c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 05:51:38 +0000 Subject: [PATCH 1/2] chore: bump version to 0.0.17 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2b300ab..a4f7181b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "claude-code-sdk" -version = "0.0.16" +version = "0.0.17" description = "Python SDK for Claude Code" readme = "README.md" requires-python = ">=3.10" From b7f1729e153b2d7c2c1e9d15edce1b767399af6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 05:51:39 +0000 Subject: [PATCH 2/2] chore: bump version to 0.0.17 --- src/claude_code_sdk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/claude_code_sdk/__init__.py b/src/claude_code_sdk/__init__.py index 2bc0620a..29bb9500 100644 --- a/src/claude_code_sdk/__init__.py +++ b/src/claude_code_sdk/__init__.py @@ -24,7 +24,7 @@ UserMessage, ) -__version__ = "0.0.16" +__version__ = "0.0.17" __all__ = [ # Main exports