chore: bump version to 0.0.25

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ashwin Bhat 2025-09-29 13:16:50 -07:00
parent d7c3368533
commit 2831edff80
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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