From 3010aaf092186a24dae240d78f0ee7d2e0d5d62a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 08:27:47 -0700 Subject: [PATCH] chore: bump version to 0.0.22 (#163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR updates the version to 0.0.22 after publishing to PyPI. ## Changes - Updated version in `pyproject.toml` - Updated version in `src/claude_code_sdk/__init__.py` ## Release Information - Published to PyPI: https://pypi.org/project/claude-code-sdk/0.0.22/ - Install with: `pip install claude-code-sdk==0.0.22` 🤖 Generated by GitHub Actions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- src/claude_code_sdk/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5d8fbb..4a1d54a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "claude-code-sdk" -version = "0.0.21" +version = "0.0.22" description = "Python SDK for Claude Code" readme = "README.md" requires-python = ">=3.10" diff --git a/src/claude_code_sdk/__init__.py b/src/claude_code_sdk/__init__.py index 3d93de3..4cb841b 100644 --- a/src/claude_code_sdk/__init__.py +++ b/src/claude_code_sdk/__init__.py @@ -274,7 +274,7 @@ def create_sdk_mcp_server( return McpSdkServerConfig(type="sdk", name=name, instance=server) -__version__ = "0.0.21" +__version__ = "0.0.22" __all__ = [ # Main exports