From 2831edff80a4e53350da9d296eed30246378432a Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Mon, 29 Sep 2025 13:16:50 -0700 Subject: [PATCH] chore: bump version to 0.0.25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- 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 65fe9c6..cfbc195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "claude-code-sdk" -version = "0.0.23" +version = "0.0.25" 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 b2d5ac2..03a5c38 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.23" +__version__ = "0.0.25" __all__ = [ # Main exports