mirror of
https://github.com/anthropics/claude-agent-sdk-python.git
synced 2025-10-06 01:00:03 +03:00
chore: bump version to 0.0.22 (#163)
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>
This commit is contained in:
committed by
GitHub
parent
db6f167280
commit
3010aaf092
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user