mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
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:
parent
d7c3368533
commit
2831edff80
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue